Skip to content

Commit

Permalink
ci: dont break run if reporter fails
Browse files Browse the repository at this point in the history
  • Loading branch information
egil authored Apr 30, 2024
1 parent 6153cc2 commit 574b5b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ jobs:
- name: Test Report
uses: dorny/test-reporter@v1
if: github.actor != 'dependabot[bot]' && (success() || failure()) && ${{ github.repository_owner == 'egil' }}
continue-on-error: true
with:
name: test-results
path: ${{ env.TestResultsDirectory }}/**/*.trx
Expand Down Expand Up @@ -161,6 +162,7 @@ jobs:
- name: Stryker Report
if: github.actor != 'dependabot[bot]' && (success() || failure()) && github.repository == 'egil/Htmxor'
continue-on-error: true
uses: Sibz/github-status-action@v1
with:
authToken: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit 574b5b2

Please sign in to comment.