Skip to content

Commit 69911d2

Browse files
committed
chore: only install chromium in CI
1 parent d88cbd2 commit 69911d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/components.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Dependencies
2424
run: pnpm install --frozen-lockfile
2525
- name: Install Playwright Browsers
26-
run: pnpm exec playwright install
26+
run: pnpm exec playwright install chromium
2727
- name: Build Storybook
2828
run: pnpm build:storybook
2929
- name: Run Storybook tests

0 commit comments

Comments
 (0)