Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -424,9 +424,11 @@ jobs:
if: steps.plan.outputs.e2e == 'true'
run: xvfb-run -a node scripts/audit-alignment.mjs

# The smoke only launches headless; the full Chrome build was downloaded
# and never opened. The headed consumer (perf/storybook.mjs) self-installs.
- name: Install Playwright Chromium
if: steps.plan.outputs.storybook == 'true'
run: npx playwright install --with-deps chromium
run: npx playwright install --with-deps --only-shell chromium

- name: Build Storybook
if: steps.plan.outputs.storybook == 'true'
Expand Down