Skip to content

Commit c1d1bd7

Browse files
committed
Add Playwright browser installation to CI workflow
1 parent 2f77430 commit c1d1bd7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
run: npm ci
4545
working-directory: ./examples
4646

47+
- name: Install Playwright browsers
48+
run: npx playwright install --with-deps
49+
4750
- name: Lint
4851
run: npm run lint -- --cache
4952

0 commit comments

Comments
 (0)