@@ -183,7 +183,10 @@ jobs:
183183 - run :
184184 name : Run Windows tests in parallel
185185 command : |
186+ TESTT=$(circleci tests glob "test/windows/**/*.spec.ts")
187+ echo "TESTT: $TESTT"
186188 TEST=$(circleci tests glob "test/windows/**/*.spec.ts" | circleci tests split --split-by=timings | sed 's|\\|/|g; s|test/windows/||g')
189+ echo "TEST: $TEST"
187190 npm run test-jest-windows -- $TEST
188191 no_output_timeout : 20m
189192 test_jest_windows_no_docker :
@@ -270,7 +273,7 @@ workflows:
270273 branches :
271274 ignore : main
272275 - install_lint_build :
273- name : Install, Lint and Build
276+ name : Install, Lint, and Build
274277 context :
275278 - nodejs-install
276279 - snyk-bot-slack
@@ -287,7 +290,7 @@ workflows:
287290 - nodejs-install
288291 - snyk-bot-slack
289292 requires :
290- - Install, Lint and Build
293+ - Install, Lint, and Build
291294 post-steps :
292295 - *slack-fail-notify
293296 - test_jest_windows_with_docker :
@@ -297,7 +300,7 @@ workflows:
297300 - snyk-bot-slack
298301 node_version : *windows_node_version
299302 requires :
300- - Install, Lint and Build
303+ - Install, Lint, and Build
301304 post-steps :
302305 - *slack-fail-notify
303306 - test_jest_windows_no_docker :
@@ -307,7 +310,7 @@ workflows:
307310 - snyk-bot-slack
308311 node_version : *windows_node_version
309312 requires :
310- - Install, Lint and Build
313+ - Install, Lint, and Build
311314 post-steps :
312315 - *slack-fail-notify
313316 - build_cli :
@@ -316,7 +319,7 @@ workflows:
316319 - nodejs-install
317320 - snyk-bot-slack
318321 requires :
319- - Install, Lint and Build
322+ - Install, Lint, and Build
320323 post-steps :
321324 - *slack-fail-notify
322325 - release :
@@ -329,7 +332,7 @@ workflows:
329332 only :
330333 - main
331334 requires :
332- - Install, Lint and Build
335+ - Install, Lint, and Build
333336 - Security Scans
334337 - Test
335338 - Test Jest Windows with Docker
0 commit comments