test: fix service tests (#19592)
This commit is contained in:
parent
6846765a9c
commit
2c801f9309
2
.github/workflows/tests_secondary.yml
vendored
2
.github/workflows/tests_secondary.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue