Skip to content

Commit

Permalink
test: fix service tests (#19592)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Dec 20, 2022
1 parent 6846765 commit 2c801f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_secondary.yml
Expand Up @@ -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 }}
Expand Down

0 comments on commit 2c801f9

Please sign in to comment.