We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d88cbd2 commit 69911d2Copy full SHA for 69911d2
1 file changed
.github/workflows/components.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install Dependencies
24
run: pnpm install --frozen-lockfile
25
- name: Install Playwright Browsers
26
- run: pnpm exec playwright install
+ run: pnpm exec playwright install chromium
27
- name: Build Storybook
28
run: pnpm build:storybook
29
- name: Run Storybook tests
0 commit comments