Skip to content

Commit

Permalink
chore: continue on error for Firefox tests (#8368)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed May 19, 2022
1 parent 10537d8 commit bfead97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bfead97

Please sign in to comment.