File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ windows_big: &windows_big
4545 node_version :
4646 type : string
4747 default : " "
48- working_directory : ~/snyk-docker-plug
48+ working_directory : ~/snyk-docker-plugin
4949
5050windows_medium : &windows_medium
5151 executor :
@@ -168,11 +168,11 @@ jobs:
168168 - run :
169169 name : Run Windows tests in parallel
170170 command : |
171- TEST=$(npx jest --listTests --config test/windows/jest.config.js | circleci tests split --split-by=timings)
171+ TEST=$(circleci tests glob " test/windows/**/*.spec.ts" | circleci tests split --split-by=timings)
172172 npm run test-jest-windows -- $TEST
173173 no_output_timeout : 20m
174174 test_jest_windows_no_docker :
175- << : *windows_big
175+ << : *windows_medium
176176 parallelism : 2 # Run tests across 2 containers
177177 steps :
178178 - checkout
@@ -185,7 +185,7 @@ jobs:
185185 - run :
186186 name : Run Windows tests in parallel
187187 command : |
188- TEST=$(npx jest --listTests --config test/windows/jest.config.js | circleci tests split --split-by=timings)
188+ TEST=$(circleci tests glob " test/windows/**/*.spec.ts" | circleci tests split --split-by=timings)
189189 npm run test-jest-windows -- $TEST
190190 build :
191191 << : *defaults
You can’t perform that action at this time.
0 commit comments