Skip to content

Commit 08bacdd

Browse files
committed
Update config.yml
1 parent bb0c7e3 commit 08bacdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
# Fully saturate all the available CPUs by splitting the tests in 1 shard per CPU
149149
pnpm exec concurrently "pnpm test:unit:jsdom --reporter=blob --shard=1/2" "pnpm test:unit:jsdom --reporter=blob --shard=2/2" || TEST_EXIT_CODE=$?
150150
pnpm exec vitest run --merge-reports
151-
# Reports merged, we can now exit with the right code
151+
# Reports merged, we can now exit with the stored code
152152
exit ${TEST_EXIT_CODE:-0}
153153
- store_test_results:
154154
path: test-results

0 commit comments

Comments
 (0)