Skip to content

Commit

Permalink
[Build] Fail individual builds if test-failures occur
Browse files Browse the repository at this point in the history
Even if the Publish-Test-Results job fails in that case too (but it's
currently not completely working as expected).
  • Loading branch information
HannesWell committed Aug 15, 2024
1 parent c337fca commit d654f0a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ jobs:
clean verify
-f org.eclipse.xtext.full.releng
-B -fae -PuseJenkinsSnapshots
-Dmaven.test.failure.ignore=true
${{ matrix.additional-maven-args }}
- name: Archive Test Results
Expand Down Expand Up @@ -100,7 +99,6 @@ jobs:
clean verify
-f org.eclipse.xtext.maven.releng
-B -fae -PuseJenkinsSnapshots
-Dmaven.test.failure.ignore=true
-Pstrict-jdk-21
- name: Archive Test Results
Expand Down

0 comments on commit d654f0a

Please sign in to comment.