Skip to content

Commit cdc7c22

Browse files
committed
ci: correctly store E2E test results and artifacts
The CircleCI commands to store the E2E test results and artifacts was outdated which caused nothing to be saved. (cherry picked from commit a598b06)
1 parent 995df7e commit cdc7c22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/dynamic_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -376,9 +376,9 @@ jobs:
376376
no_output_timeout: 40m
377377
- fail_fast
378378
- store_artifacts:
379-
path: dist/testlogs/tests/legacy-cli/e2e.npm
379+
path: dist/testlogs/tests/legacy-cli/e2e.npm_node16
380380
- store_test_results:
381-
path: dist/testlogs/tests/legacy-cli/e2e.npm
381+
path: dist/testlogs/tests/legacy-cli/e2e.npm_node16
382382

383383
workflows:
384384
version: 2

0 commit comments

Comments
 (0)