Skip to content

Commit

Permalink
Merge pull request storybookjs#30358 from storybookjs/valentin/use-de…
Browse files Browse the repository at this point in the history
…fault-vitest-reporter-on-CI

Build: Fix test command in CircleCI config to use multiple reporters
  • Loading branch information
yannbf authored Jan 23, 2025
2 parents 4e3194f + bbe7a77 commit 443f3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ jobs:
name: Test
command: |
cd code
SHARD="$((${CIRCLE_NODE_INDEX}+1))"; yarn test --reporter=blob --shard=${SHARD}/${CIRCLE_NODE_TOTAL}
SHARD="$((${CIRCLE_NODE_INDEX}+1))"; yarn test --reporter=blob --reporter=default --shard=${SHARD}/${CIRCLE_NODE_TOTAL}
# TODO: bring coverage back later. This has caused flakiness in the tests because
# Somehow Vitest reports coverage while some tests are still running,
# then it tries to report coverage again and as result it crashes like this:
Expand Down

0 comments on commit 443f3e8

Please sign in to comment.