Skip to content

Commit

Permalink
chore: fix ToT checks workflow (#8346)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed May 13, 2022
1 parent 2af8888 commit cec8ff5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ jobs:

- name: Run unit tests in headful
uses: nick-invision/retry@v2
if: always()
needs: [job1, job2, job3]
continue-on-error: true
env:
CHROMIUM: true
HEADLESS: false
Expand All @@ -66,8 +65,7 @@ jobs:

- name: Run unit tests in chrome headless
uses: nick-invision/retry@v2
if: always()
needs: [job1, job2, job3]
continue-on-error: true
env:
CHROMIUM: true
with:
Expand Down

0 comments on commit cec8ff5

Please sign in to comment.