We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dfb232 commit 4505577Copy full SHA for 4505577
.github/workflows/ci-testing.yml
@@ -49,5 +49,6 @@ jobs:
49
#artifact: ciMavenReport-${{ github.run_id }} # Artifact name to download
50
path: ${{ github.workspace }}/target/surefire-reports/*.xml # Path to test results
51
reporter: java-junit # Format of test results
52
+ fail-on-error: 'false' # Fail the check run if an error occurs
53
#java-version: ${{ matrix.java-version }} # Java version
54
0 commit comments