Skip to content

Commit efbc2ca

Browse files
committed
chore: install browser deps
1 parent 12f183c commit efbc2ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ jobs:
7070
- name: Install browser deps
7171
run: pnpm run install-browser-deps
7272

73+
- name: Install playwright browsers
74+
run: npx playwright install --with-deps
75+
7376
- name: Build
7477
run: pnpm build
7578

0 commit comments

Comments
 (0)