Skip to content

Commit 51a4d2e

Browse files
committed
Use correct job ID to run tests
1 parent e328936 commit 51a4d2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
uses: ./.github/workflows/test.yml # Run tests
1111
publish:
1212
runs-on: ubuntu-latest
13-
needs: [tests] # Require tests to pass before publish
13+
needs: [test] # Require tests to pass before publish
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v4

0 commit comments

Comments
 (0)