chore: continue-on-error for non-Linux tests (#8632)

This commit is contained in:
jrandolf 2022-07-06 08:23:39 +02:00 committed by GitHub
parent b5a345b06b
commit b49d530d73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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' }}