Skip to content

Commit 3cf0752

Browse files
committed
CircleCI artifact destination
1 parent 3f586b6 commit 3cf0752

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ jobs:
4646
command: cd build_path && npm run test:jest
4747
- store_artifacts:
4848
path: ~/project/build_path/jest/snapshots/diff_output
49-
# destination: jest/diff_output
49+
destination: jest/snapshots/diff_output
5050
- run:
5151
name: Update image snapshots when tests fails
5252
command: cd build_path && npm run test:jest:update
5353
when: on_fail
5454
- store_artifacts:
5555
path: ~/project/build_path/jest/snapshots/current_output
56-
# destination: jest/image_snapshots
56+
destination: jest/snapshots/current_output
5757
cypress:
5858
docker:
5959
- image: circleci/node:12.16.1-browsers
@@ -78,17 +78,17 @@ jobs:
7878
command: cd build_path && npm run test:cypress:run
7979
- store_artifacts:
8080
path: ~/project/build_path/cypress/screenshots
81-
# destination: cypress/screenshots
81+
destination: cypress/screenshots
8282
- store_artifacts:
8383
path: ~/project/build_path/cypress/snapshots/diff_output
84-
# destination: cypress/diff_output
84+
destination: cypress/snapshots/diff_output
8585
- run:
8686
name: Update image snapshots when tests fails
8787
command: cd build_path && npm run test:cypress:run:update
8888
when: on_fail
8989
- store_artifacts:
9090
path: ~/project/build_path/cypress/snapshots/current_output
91-
# destination: cypress/image_snapshots
91+
destination: cypress/snapshots/current_output
9292

9393
workflows:
9494
version: 2

0 commit comments

Comments
 (0)