Skip to content

Commit d5bb105

Browse files
authored
fix: Comments out build line since tests run builds on each sample individually. (#39)
1 parent c8537ed commit d5bb105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
env:
6161
# https://playwright.dev/docs/installation/#skip-browser-downloads
6262
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
63-
- run: npm run build
63+
# - run: npm run build
6464
- run: npx playwright install-deps
6565
- run: npx playwright install
6666
- run: npx playwright test -- --shard=${{matrix.shard}}/8

0 commit comments

Comments
 (0)