Skip to content

Commit 6d5aceb

Browse files
authored
fix: Update e2e.yml (#95)
Updates to use build-all step.
1 parent 5663beb commit 6d5aceb

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
@@ -57,7 +57,7 @@ jobs:
5757
env:
5858
# https://playwright.dev/docs/installation/#skip-browser-downloads
5959
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
60-
- run: npm run build
60+
- run: npm run build-all
6161
- run: npx playwright install-deps
6262
- run: npx playwright install
6363
- run: npx playwright test

0 commit comments

Comments
 (0)