From b37e5fed95fb5bcc25c0fb14d67b582db7526f3a Mon Sep 17 00:00:00 2001 From: Tal Regev Date: Thu, 5 Aug 2021 10:44:01 +0300 Subject: [PATCH] Test report don't fail the build on test errors Add personal token for each test report --- .github/workflows/test-report.yml | 2 ++ 1 file changed, 2 insertions(+) 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