Skip to content

Commit 95f1c0a

Browse files
committed
install browsers
1 parent 2b74c50 commit 95f1c0a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,12 @@ jobs:
2727

2828
- name: Install dependencies
2929
run: pnpm install --frozen-lockfile
30-
30+
3131
- name: Build
3232
run: pnpm build:ci
3333

34+
- name: Install browsers
35+
run: pnpm exec playwright install
36+
3437
- name: Test
3538
run: pnpm test

0 commit comments

Comments
 (0)