diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index 632687a..7699e50 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -49,5 +49,6 @@ jobs: #artifact: ciMavenReport-${{ github.run_id }} # Artifact name to download path: ${{ github.workspace }}/target/surefire-reports/*.xml # Path to test results reporter: java-junit # Format of test results + fail-on-error: 'false' # Fail the check run if an error occurs #java-version: ${{ matrix.java-version }} # Java version