diff --git a/.github/workflows/tot.yml b/.github/workflows/tot.yml index 09966e2d..72f944b7 100644 --- a/.github/workflows/tot.yml +++ b/.github/workflows/tot.yml @@ -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: