diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b54845f7dac10..4b44208215ba9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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' }}