Skip to content

Commit 870d0de

Browse files
committed
chore: save test results
1 parent 4c9f1b2 commit 870d0de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235
npm run test-jest-windows -- $TEST
236236
no_output_timeout: 20m
237237
- store_test_results:
238-
path: ./reports/
238+
path: reports
239239
test_jest_windows_no_docker:
240240
<<: *windows_big
241241
parallelism: 2 # Run tests across 2 containers
@@ -253,7 +253,7 @@ jobs:
253253
TEST=$(circleci tests glob "test/windows/**/*.spec.ts" | circleci tests split --split-by=timings | sed 's#\\\\#/#g')
254254
npm run test-jest-windows -- $TEST
255255
- store_test_results:
256-
path: ./reports/
256+
path: reports
257257
build_cli:
258258
<<: *defaults
259259
resource_class: medium

0 commit comments

Comments
 (0)