Skip to content

Commit 482a358

Browse files
committed
Install Playwright browsers in workflow.
1 parent 1b5088e commit 482a358

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/playwright.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +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
1820
- name: Run dev server
1921
run: npm run serve
2022
- name: Run Playwright tests

0 commit comments

Comments
 (0)