Skip to content

Commit

Permalink
Fail CI on Missing Test-Results (#42)
Browse files Browse the repository at this point in the history
* Build should fail on missing test results
  • Loading branch information
ja-fra authored Mar 20, 2024
1 parent 18aa7db commit eaf2b2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven-build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
uses: EnricoMi/publish-unit-test-result-action@v2
with:
files: 'test-results/**/TEST-*.xml'
action_fail_on_inconclusive: 'true'

deploy:
name: Publish
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/maven-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,4 @@ jobs:
uses: EnricoMi/publish-unit-test-result-action@v2
with:
files: 'test-results/**/TEST-*.xml'
action_fail_on_inconclusive: 'true'

0 comments on commit eaf2b2d

Please sign in to comment.