From 2178fa8ee24f7877c6780ed0b1f7d225625590da Mon Sep 17 00:00:00 2001 From: Randolf J Date: Wed, 6 Jul 2022 08:17:57 +0200 Subject: [PATCH] chore: `continue-on-error` for non-Linux tests --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) 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' }}