Skip to content

Commit

Permalink
ci: reduce playwright install time
Browse files Browse the repository at this point in the history
Reduce playwright install time, only `chromium` is required.

See: web-infra-dev/rsbuild#3995
  • Loading branch information
colinaaa committed Nov 23, 2024
1 parent 5849edb commit 27616ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
cache: "pnpm"

- name: Install Dependencies
run: pnpm install && npx playwright install
run: pnpm install && npx playwright install chromium

- name: Run Test
run: pnpm run test

0 comments on commit 27616ac

Please sign in to comment.