From 766022829ead478347c5ad4f69a8d758e1e5b857 Mon Sep 17 00:00:00 2001 From: Wade Barnes Date: Thu, 11 Mar 2021 05:22:10 -0800 Subject: [PATCH] Allow test report publishing to fail - The actions don't have access to publish test results to commits on a PR. - This should not cause the job to fail. Signed-off-by: Wade Barnes --- .github/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 177b7e44b..86c37a17d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -98,6 +98,7 @@ jobs: - name: Publish Test Report uses: scacap/action-surefire-report@v1 + continue-on-error: true with: check_name: Indy Node ${{ matrix.module }} ${{ matrix.slice }}/${{ strategy.job-total }} Test Report github_token: ${{ secrets.GITHUB_TOKEN }}