Skip to content

Commit 0965d95

Browse files
HannesWellakurtakov
authored andcommitted
[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 0b7731f commit 0965d95

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
@@ -84,7 +84,7 @@ jobs:
8484
-Dcompare-version-with-baselines.skip=false
8585
-Pbree-libs
8686
-Papi-check
87-
--fail-at-end
87+
--fail-at-end -Dmaven.test.failure.ignore=true
8888
${{ inputs.maven-goals }}
8989
- name: Upload Test Results for ${{ matrix.config.name }}
9090
if: always()

0 commit comments

Comments
 (0)