We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8537ed commit d5bb105Copy full SHA for d5bb105
.github/workflows/e2e.yml
@@ -60,7 +60,7 @@ jobs:
60
env:
61
# https://playwright.dev/docs/installation/#skip-browser-downloads
62
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
63
- - run: npm run build
+ # - run: npm run build
64
- run: npx playwright install-deps
65
- run: npx playwright install
66
- run: npx playwright test -- --shard=${{matrix.shard}}/8
0 commit comments