Skip to content

Commit c38f021

Browse files
committed
updated job names
1 parent c056feb commit c38f021

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_and_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ master ]
88

99
jobs:
10-
unit-tests:
10+
tests:
1111
name: Unit Tests on ${{ matrix.os }}
1212
runs-on: ${{ matrix.os }}
1313
strategy:
@@ -31,7 +31,7 @@ jobs:
3131

3232
release:
3333
name: Bump Version, Update Changelog, and Publish
34-
needs: unit-test
34+
needs: tests
3535
if: |
3636
github.ref == 'refs/heads/master' &&
3737
github.actor == 'chrisdbeard'

0 commit comments

Comments
 (0)