From bfead976f1532dae8e09900389e9a2f4413673c1 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Thu, 19 May 2022 09:17:56 +0200 Subject: [PATCH] chore: continue on error for Firefox tests (#8368) --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0d01cb61e89c7..3ed1d16ae4503 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -76,6 +76,7 @@ jobs: - name: Run unit tests on Firefox uses: nick-invision/retry@v2 + continue-on-error: true env: FIREFOX: true MOZ_WEBRENDER: 0 @@ -133,6 +134,7 @@ jobs: - name: Run unit tests on Firefox uses: nick-invision/retry@v2 + continue-on-error: true with: max_attempts: 3 timeout_minutes: 10