Skip to content

Commit 800837b

Browse files
authored
ci: reduce Playwright installation time (#38)
1 parent b07decb commit 800837b

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
@@ -32,7 +32,7 @@ jobs:
3232
run: pnpm build
3333

3434
- name: Install Playwright Browsers
35-
run: pnpm exec playwright install --with-deps
35+
run: pnpm exec playwright install chromium
3636

3737
- name: Run Playwright tests
3838
run: pnpm test

0 commit comments

Comments
 (0)