diff --git a/.github/workflows/test-report.yml b/.github/workflows/test-report.yml index a629c9c0b0..286e83ced4 100644 --- a/.github/workflows/test-report.yml +++ b/.github/workflows/test-report.yml @@ -15,3 +15,5 @@ jobs: name: $1 Tests Report # Name of the check run which will be created path: '*.xml' # Path to test results (inside artifact .zip) reporter: java-junit + fail-on-error: false + token: $1