Skip to content

Commit

Permalink
Merge pull request #2772 from jku/add-all-tests-pass-check
Browse files Browse the repository at this point in the history
workflows: Add a "all tests pass" check
  • Loading branch information
jku authored Jan 29, 2025
2 parents be1e837 + d7137f9 commit 78254d2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@ jobs:
run: |
coveralls --service=github
all-tests-pass:
name: All tests passed
needs: [lint-test, tests]
runs-on: ubuntu-latest
steps:
- run: echo "All test jobs have completed successfully."

coveralls-fin:
# Always run when all 'tests' jobs have finished even if they failed
# TODO: Replace always() with a 'at least one job succeeded' expression
Expand Down

0 comments on commit 78254d2

Please sign in to comment.