Skip to content

Commit 5663beb

Browse files
authored
fix: Update e2e.yml (#94)
Uncomment the npm run build step.
1 parent 30879d2 commit 5663beb

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
6161
- run: npx playwright install-deps
6262
- run: npx playwright install
6363
- run: npx playwright test

0 commit comments

Comments
 (0)