Skip to content

Commit 598e663

Browse files
committed
[Build] Don't fail shared GH-workflow on test-failures
Don't fail the build on test-failures because the the additional test-result check fails in case of test-failures. This simplifies the distinction between 'hard' failures, like compile-errors and test-failures.
1 parent 420686a commit 598e663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mavenBuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
-Dcompare-version-with-baselines.skip=false
9898
-Pbree-libs
9999
-Papi-check
100-
--fail-at-end
100+
--fail-at-end -Dmaven.test.failure.ignore=true
101101
${{ inputs.maven-goals }}
102102
- name: Upload Test Results for ${{ matrix.config.name }}
103103
if: always()

0 commit comments

Comments
 (0)