Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix ToT test jobs #8679

Merged
merged 1 commit into from Jul 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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