Skip to content

Commit

Permalink
Continue even if test publishing fails
Browse files Browse the repository at this point in the history
  • Loading branch information
heaths committed Feb 9, 2024
1 parent a482fa8 commit 04df7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
TEST_RESULTS_PATH: ${{ github.workspace }}/.vscode-test/test-results.xml

- name: Publish test results
if: github.repository_owner == 'heaths'
continue-on-error: true
uses: dorny/test-reporter@v1
with:
name: test-results-${{ matrix.os }}-${{ matrix.vscode-channel }}
Expand Down

0 comments on commit 04df7ad

Please sign in to comment.