Skip to content

Commit c2e146b

Browse files
committed
ci: only install necessary browser
1 parent fde92a4 commit c2e146b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/verify-build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: pnpm install --frozen-lockfile
6565

6666
- name: Install Playwright Browsers
67-
run: npx playwright install --with-deps
67+
run: npx playwright install chromium
6868

6969
- name: test
7070
run: pnpm test --browsers=chromium
@@ -92,7 +92,7 @@ jobs:
9292
run: pnpm install --frozen-lockfile
9393

9494
- name: Install Playwright Browsers
95-
run: npx playwright install --with-deps
95+
run: npx playwright install firefox
9696

9797
- name: test
9898
run: pnpm test --browsers=firefox
@@ -114,7 +114,7 @@ jobs:
114114
run: pnpm install --frozen-lockfile
115115

116116
- name: Install Playwright Browsers
117-
run: npx playwright install --with-deps
117+
run: npx playwright install webkit
118118

119119
- name: test
120120
run: pnpm test --browsers=webkit

0 commit comments

Comments
 (0)