Skip to content

Commit

Permalink
Force job failure if any tests fail
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrisvetlov committed Sep 15, 2024
1 parent 86d34fc commit d6e0e01
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/setup-and-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ jobs:
select-by-folder: tests
test-results-junit: test-results/results.xml
code-coverage-cobertura: code-coverage/coverage.xml
source-folder: src
source-folder: src
- name: Verify complete success
if: ${{ failure() }}
run: exit 1

0 comments on commit d6e0e01

Please sign in to comment.