Skip to content

Commit

Permalink
Switch build for test runs to test mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchthorson committed Dec 28, 2023
1 parent 7b1676c commit 5b3d917
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 @@ -14,6 +14,6 @@ jobs:
- name: Install Playwright
run: npx playwright install --with-deps
- name: Build Storybook
run: npm run build-storybook --quiet --test
run: npm run build-storybook:test
- name: Serve Storybook and run tests
run: npm run test-storybook-run

0 comments on commit 5b3d917

Please sign in to comment.