Skip to content

Commit

Permalink
chore: fix ToT test jobs (#8679)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Jul 21, 2022
1 parent d734c14 commit 3d780a3
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/tot-ci.yml
Expand Up @@ -48,11 +48,8 @@ jobs:
- name: Run unit tests in headless
uses: nick-invision/retry@v2
env:
CHROMIUM: true
HEADLESS: true
with:
command: xvfb-run --auto-servernum npm run test:unit
command: xvfb-run --auto-servernum npm run test:chrome
timeout_minutes: 10
max_attempts: 3

Expand Down Expand Up @@ -89,11 +86,8 @@ jobs:
- name: Run unit tests in headful
uses: nick-invision/retry@v2
env:
CHROMIUM: true
HEADLESS: false
with:
command: xvfb-run --auto-servernum npm run test:unit
command: xvfb-run --auto-servernum npm run test:chrome:headful
timeout_minutes: 10
max_attempts: 3

Expand Down Expand Up @@ -130,9 +124,7 @@ jobs:
- name: Run unit tests in chrome headless
uses: nick-invision/retry@v2
env:
CHROMIUM: true
with:
command: xvfb-run --auto-servernum npm run test:unit:chrome-headless
command: xvfb-run --auto-servernum npm run test:chrome-headless
timeout_minutes: 10
max_attempts: 3

0 comments on commit 3d780a3

Please sign in to comment.