Skip to content

Commit

Permalink
chore: continue-on-error for non-Linux tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf committed Jul 6, 2022
1 parent fc77c15 commit 91ce991
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -170,6 +170,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 91ce991

Please sign in to comment.