Skip to content

Commit

Permalink
ci: remove --quiet flag
Browse files Browse the repository at this point in the history
  • Loading branch information
niebag committed Apr 16, 2024
1 parent 7b5ee60 commit 59cb904
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 Browsers
run: pnpm exec playwright install --with-deps
- name: Build Storybook
run: pnpm storybook:build --test --quiet
run: pnpm storybook:build --test
- name: Serve Storybook and run tests
run: |
pnpx concurrently -k -s first -n "SB,TEST" -c "magenta,blue" \
Expand Down

0 comments on commit 59cb904

Please sign in to comment.