Skip to content

Commit 4505577

Browse files
committed
Test report error
1 parent 8dfb232 commit 4505577

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-testing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,6 @@ jobs:
4949
#artifact: ciMavenReport-${{ github.run_id }} # Artifact name to download
5050
path: ${{ github.workspace }}/target/surefire-reports/*.xml # Path to test results
5151
reporter: java-junit # Format of test results
52+
fail-on-error: 'false' # Fail the check run if an error occurs
5253
#java-version: ${{ matrix.java-version }} # Java version
5354

0 commit comments

Comments
 (0)