Skip to content

Commit a598b06

Browse files
alan-agius4angular-robot[bot]
authored andcommitted
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.
1 parent 2c66615 commit a598b06

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)