Skip to content

Commit

Permalink
Merge pull request #327 from Yoast/JRF/ghactions-coverage-fix-2
Browse files Browse the repository at this point in the history
GH Actions: fix typo
  • Loading branch information
jrfnl authored Oct 4, 2023
2 parents 7bfd96b + 4ec7613 commit 1d842f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ jobs:
run: php-coveralls -v -x build/logs/clover-integration-ms.xml

coveralls-finish:
needs: [unit, integration-test]
needs: [unit-test, integration-test]
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 1d842f2

Please sign in to comment.