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