chore: install deps for grid tests (3)

This commit is contained in:
Pavel Feldman 2023-08-04 18:05:32 -07:00
parent 1fdb8bdbe4
commit ed83d04d3e
2 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,7 @@ jobs:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1 PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
- run: npm run build - run: npm run build
- run: npx playwright install-deps - run: npx playwright install-deps
- run: npx playwright install
- run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npm run test -- --retries=0 - run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npm run test -- --retries=0
env: env:
PWTEST_MODE: service-grid PWTEST_MODE: service-grid

View File

@ -140,7 +140,6 @@ jobs:
DEBUG: pw:install DEBUG: pw:install
- run: npm run build - run: npm run build
- run: npx playwright install-deps - run: npx playwright install-deps
- run: npx playwright install
- run: npm run itest - run: npm run itest
if: matrix.os != 'ubuntu-latest' if: matrix.os != 'ubuntu-latest'
- run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npm run itest - run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npm run itest