mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: fix command name in tot-ci.yml (#8698)
This commit is contained in:
parent
936ed8607e
commit
9bd7d38579
2
.github/workflows/tot-ci.yml
vendored
2
.github/workflows/tot-ci.yml
vendored
@ -125,6 +125,6 @@ jobs:
|
||||
- name: Run unit tests in chrome headless
|
||||
uses: nick-invision/retry@v2
|
||||
with:
|
||||
command: xvfb-run --auto-servernum npm run test:chrome-headless
|
||||
command: xvfb-run --auto-servernum npm run test:chrome:headless
|
||||
timeout_minutes: 10
|
||||
max_attempts: 3
|
||||
|
Loading…
Reference in New Issue
Block a user