From 91ce991664c084ee0a832eae262c93dcd544f6db 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 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' }}