Skip to content

Commit

Permalink
GH Actions: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Oct 4, 2023
1 parent 7bfd96b commit 4ec7613
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 4ec7613

Please sign in to comment.