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