Skip to content

Commit

Permalink
chore: continue-on-error for non-Linux tests (#8632)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf committed Jul 6, 2022
1 parent b5a345b commit b49d530
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -172,6 +172,7 @@ jobs:
run: npm run test:chrome
- name: Test Firefox
if: ${{ steps.test-chrome.conclusion != 'skipped' }}
continue-on-error: true
run: npm run test:firefox
- name: Test bundling and installation
if: ${{ matrix.spec.name == 'Linux' }}
Expand Down

0 comments on commit b49d530

Please sign in to comment.