Skip to content

Commit 9560baa

Browse files
committed
chore: faster browser installs on ci
1 parent e907d85 commit 9560baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: pnpm install
4141

4242
- name: Install Playwright browsers
43-
run: npx playwright install
43+
run: npx playwright install chromium --with-deps --only-shell
4444

4545
- name: Build
4646
run: pnpm build

0 commit comments

Comments
 (0)