Skip to content

Commit eeeea44

Browse files
authored
Fix Playwright CI tests (#242)
1 parent 5d7d122 commit eeeea44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: npm install
1919
- name: Install Playwright
2020
if: matrix.node == 16
21-
run: npx playwright install-deps
21+
run: npx playwright install --with-deps
2222
- name: Test
2323
run: npm test
2424
- name: Test browsers

0 commit comments

Comments
 (0)