Skip to content

Commit

Permalink
allow "Publish Unit Test Results" step to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Flyingmana authored Jan 12, 2021
1 parent 2fe9658 commit 59983f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1.6
if: always()
continue-on-error: true
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
files: output/*.xml

0 comments on commit 59983f9

Please sign in to comment.