We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb0c7e3 commit 08bacddCopy full SHA for 08bacdd
.circleci/config.yml
@@ -148,7 +148,7 @@ jobs:
148
# Fully saturate all the available CPUs by splitting the tests in 1 shard per CPU
149
pnpm exec concurrently "pnpm test:unit:jsdom --reporter=blob --shard=1/2" "pnpm test:unit:jsdom --reporter=blob --shard=2/2" || TEST_EXIT_CODE=$?
150
pnpm exec vitest run --merge-reports
151
- # Reports merged, we can now exit with the right code
+ # Reports merged, we can now exit with the stored code
152
exit ${TEST_EXIT_CODE:-0}
153
- store_test_results:
154
path: test-results
0 commit comments