Skip to content

Commit

Permalink
Merge pull request #1668 from WadeBarnes/fix/test-report-publishing
Browse files Browse the repository at this point in the history
Allow test report publishing to fail
  • Loading branch information
WadeBarnes authored Mar 11, 2021
2 parents dc64217 + 7660228 commit 04ca664
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 04ca664

Please sign in to comment.