mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: namespace commands (#8494)
This commit is contained in:
6
.github/workflows/tot-ci.yml
vendored
6
.github/workflows/tot-ci.yml
vendored
@@ -50,7 +50,7 @@ jobs:
|
||||
HEADLESS: true
|
||||
with:
|
||||
max_attempts: 3
|
||||
command: xvfb-run --auto-servernum npm run unit
|
||||
command: xvfb-run --auto-servernum npm run test:unit
|
||||
timeout_minutes: 10
|
||||
|
||||
- name: Run unit tests in headful
|
||||
@@ -61,7 +61,7 @@ jobs:
|
||||
HEADLESS: false
|
||||
with:
|
||||
max_attempts: 3
|
||||
command: xvfb-run --auto-servernum npm run unit
|
||||
command: xvfb-run --auto-servernum npm run test:unit
|
||||
timeout_minutes: 10
|
||||
|
||||
- name: Run unit tests in chrome headless
|
||||
@@ -71,5 +71,5 @@ jobs:
|
||||
CHROMIUM: true
|
||||
with:
|
||||
max_attempts: 3
|
||||
command: xvfb-run --auto-servernum npm run chrome-headless-unit
|
||||
command: xvfb-run --auto-servernum npm run test:unit:chrome-headless
|
||||
timeout_minutes: 10
|
||||
|
||||
Reference in New Issue
Block a user