Skip to content

Commit

Permalink
install playwright in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JReinhold committed Jan 15, 2025
1 parent d058a32 commit aa22da6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ jobs:
run: >
pnpm install
--frozen-lockfile
- name: Install Playwright Dependencies
# Required for Vitest browser-mode
run: pnpm exec playwright install chromium --with-deps

- name: Build package
# Required for testing stories
run: >
Expand Down

0 comments on commit aa22da6

Please sign in to comment.