test: fix service tests (#19592)

This commit is contained in:
Max Schmitt 2022-12-20 15:37:30 +01:00 committed by GitHub
parent 6846765a9c
commit 2c801f9309
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -194,7 +194,7 @@ jobs:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
- run: npm run build
- run: npx playwright install --with-deps chromium
- run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npm run test -- --project='Chromium page tests'
- run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npm run test
if: matrix.mode == 'service'
env:
PWTEST_MODE: ${{ matrix.mode }}