From b49d530d7390931af5ec618b68578078ecd16632 Mon Sep 17 00:00:00 2001 From: jrandolf <101637635+jrandolf@users.noreply.github.com> Date: Wed, 6 Jul 2022 08:23:39 +0200 Subject: [PATCH] chore: `continue-on-error` for non-Linux tests (#8632) --- .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' }}