We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6410b5 commit 6e923b0Copy full SHA for 6e923b0
1 file changed
.circleci/config.yml
@@ -139,7 +139,11 @@ jobs:
139
- setup_remote_docker
140
- attach_workspace:
141
at: ~/snyk-docker-plugin
142
- - run: npm run test-jest > test-logs.txt 2>&1
+ - run:
143
+ name: Run tests in parallel
144
+ command: |
145
+ TEST=$(circleci tests glob "test/**/*.spec.ts" | circleci tests split --split-by=timings)
146
+ npm run test-jest -- $TEST >> test-logs.txt 2>&1
147
- store_artifacts:
148
path: test-logs.txt
149
destination: test-logs
0 commit comments