Skip to content

Commit 49fcfc0

Browse files
committed
add install browsers step
1 parent c25a6c9 commit 49fcfc0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,8 @@ jobs:
3434
- name: Install
3535
run: npm ci
3636

37+
- name: Install playwright browsers
38+
run: npx playwright install --with-deps
39+
3740
- name: Tests
3841
run: npm run test:e2e

0 commit comments

Comments
 (0)