chore: fix ToT checks workflow (#8346)
This commit is contained in:
parent
2af8888d51
commit
cec8ff5e40
6
.github/workflows/tot.yml
vendored
6
.github/workflows/tot.yml
vendored
@ -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
|
||||
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user