Skip to content

Commit 1b5088e

Browse files
committed
Run dev server in workflow.
1 parent 2c7d5df commit 1b5088e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/playwright.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
node-version: lts/*
1616
- name: Install dependencies
1717
run: npm i
18-
- name: Install Playwright Browsers
19-
run: npx playwright install --with-deps
18+
- name: Run dev server
19+
run: npm run serve
2020
- name: Run Playwright tests
2121
run: npx playwright test
2222
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)