Skip to content

Commit

Permalink
Merge pull request #326 from Yoast/JRF/ghactions-coverage-fix
Browse files Browse the repository at this point in the history
GH Actions: only run "coveralls finished" once all tests have finished running
  • Loading branch information
jrfnl authored Oct 4, 2023
2 parents 8c61147 + 3b45c7a commit 7bfd96b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ concurrency:
cancel-in-progress: true

jobs:
unit:
unit-test:
runs-on: ubuntu-latest

strategy:
Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:
run: php-coveralls -v -x build/logs/clover-integration-ms.xml

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

steps:
Expand Down

0 comments on commit 7bfd96b

Please sign in to comment.