Skip to content

Commit b71b1d6

Browse files
authored
ci: reduce playwright install time (#22)
Reduce playwright install time, only `chromium` is required. See: web-infra-dev/rsbuild#3995
1 parent 5849edb commit b71b1d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
cache: "pnpm"
3434

3535
- name: Install Dependencies
36-
run: pnpm install && npx playwright install
36+
run: pnpm install && npx playwright install chromium
3737

3838
- name: Run Test
3939
run: pnpm run test

0 commit comments

Comments
 (0)