We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c9f1b2 commit 870d0deCopy full SHA for 870d0de
1 file changed
.circleci/config.yml
@@ -235,7 +235,7 @@ jobs:
235
npm run test-jest-windows -- $TEST
236
no_output_timeout: 20m
237
- store_test_results:
238
- path: ./reports/
+ path: reports
239
test_jest_windows_no_docker:
240
<<: *windows_big
241
parallelism: 2 # Run tests across 2 containers
@@ -253,7 +253,7 @@ jobs:
253
TEST=$(circleci tests glob "test/windows/**/*.spec.ts" | circleci tests split --split-by=timings | sed 's#\\\\#/#g')
254
255
256
257
build_cli:
258
<<: *defaults
259
resource_class: medium
0 commit comments