Skip to content

Commit 21f4fde

Browse files
authored
ci: only install chromium for playwright (#8589)
1 parent 45ec5e5 commit 21f4fde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@ jobs:
5959
- name: Install deps
6060
run: pnpm install
6161

62+
# This could be removed when https://github.com/pnpm/pnpm/issues/4888 is resolved
6263
- name: Install Playwright
63-
run: pnpm playwright install
64+
run: pnpm playwright install chromium
6465

6566
- name: Build
6667
run: pnpm run build

0 commit comments

Comments
 (0)