Skip to content

Commit

Permalink
use --test flag on build for CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchthorson committed Nov 30, 2023
1 parent b69aace commit 378b718
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,7 +14,7 @@ jobs:
- name: Install Playwright
run: npx playwright install --with-deps
- name: Build Storybook
run: npm run build-storybook --quiet
run: npm run build-storybook --quiet --test
- name: Serve Storybook and run tests
run: |
npx concurrently -k -s first -n "SB,TEST" -c "magenta,blue" \
Expand Down

0 comments on commit 378b718

Please sign in to comment.