Skip to content

Commit 83ae4df

Browse files
committed
Workflow namings
1 parent a138cda commit 83ae4df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/plugin-test.yml renamed to .github/workflows/plugin-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'build-test'
1+
name: Plugin Check
22
on: # rebuild any PRs and main branch changes
33
pull_request:
44
push:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test
1+
name: UnitTests and CodeCoverage
22
on: [push]
33
jobs:
44
unit-tests:

0 commit comments

Comments
 (0)