Skip to content

Commit

Permalink
fix: continue if error on gh actions tests publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunato committed Nov 25, 2022
1 parent b4c8b9f commit 1afa30e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:

- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1
continue-on-error: true
with:
files: artifacts/**/*junit-report.xml
- name: Publish Coverage Report
Expand Down

0 comments on commit 1afa30e

Please sign in to comment.