Skip to content

Commit f5af2d8

Browse files
committed
Updated the steps to install browsers
1 parent cd3d680 commit f5af2d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
- name: Install dependencies
2525
run: npm ci
2626

27+
- name: Install Playwright browsers
28+
run: npx playwright install --with-deps
29+
2730
- name: Run Playwright tests
2831
run: npx playwright test
2932

0 commit comments

Comments
 (0)