File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,6 @@ jobs:
182182 destination : test-logs
183183 test_jest_windows_with_docker :
184184 << : *windows_big
185- parallelism : 2 # Run tests across 2 containers
186185 steps :
187186 - checkout
188187 - install_node_npm :
@@ -224,8 +223,7 @@ jobs:
224223 - run :
225224 name : Run Windows tests in parallel
226225 command : |
227- TEST=$(circleci tests glob "test/windows/**/*.spec.ts" | circleci tests split --split-by=timings | sed 's#\\\\#/#g')
228- npm run test-jest-windows -- $TEST --reporters=default --reporters=jest-junit
226+ npm run test-jest-windows
229227 environment :
230228 JEST_JUNIT_OUTPUT_DIR : ' ./reports/junit'
231229 JEST_JUNIT_ADD_FILE_ATTRIBUTE : ' true' # We need this to make --split-by=timings work
@@ -244,7 +242,6 @@ jobs:
244242 - C:\docker-cache
245243 test_jest_windows_no_docker :
246244 << : *windows_big
247- parallelism : 2 # Run tests across 2 containers
248245 steps :
249246 - checkout
250247 - install_node_npm :
@@ -271,8 +268,7 @@ jobs:
271268 - run :
272269 name : Run Windows tests in parallel
273270 command : |
274- TEST=$(circleci tests glob "test/windows/**/*.spec.ts" | circleci tests split --split-by=timings | sed 's#\\\\#/#g')
275- npm run test-jest-windows -- $TEST --reporters=default --reporters=jest-junit
271+ npm run test-jest-windows
276272 environment :
277273 JEST_JUNIT_OUTPUT_DIR : ' ./reports/junit'
278274 JEST_JUNIT_ADD_FILE_ATTRIBUTE : ' true' # We need this to make --split-by=timings work
You can’t perform that action at this time.
0 commit comments