Skip to content

Commit

Permalink
Use all pnpm commands for storybook-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
melvin-chen committed Feb 26, 2024
1 parent d8eb4e0 commit 83c8a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/storybook-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn
run: pnpm install
- name: Install Playwright
run: npx playwright install --with-deps
- name: Build Storybook
Expand Down

0 comments on commit 83c8a14

Please sign in to comment.