Skip to content

Commit 4bd65b7

Browse files
authored
Update verify.yml
1 parent 3305015 commit 4bd65b7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/verify.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: Transpile files
2831
run: npm run build:ts
2932

0 commit comments

Comments
 (0)