Skip to content

Commit

Permalink
Add step to create the directory for the diff output
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerardo committed Feb 8, 2023
1 parent 08c0159 commit 2de83f7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ commands:
- run:
name: Create reports directory
command: mkdir reports && mkdir reports/test-results
add-jest-snapshot-dir:
steps:
- run:
name: Create snapshots directory
command: mkdir reports && mkdir __device-tests__/__image_snapshots__/__diff_output__
install-node-version:
steps:
- run:
Expand Down Expand Up @@ -166,6 +171,7 @@ jobs:
steps:
- npm-install
- add-jest-reporter-dir
- add-jest-snapshot-dir
- run:
name: Set Environment Variables
command: |
Expand Down Expand Up @@ -263,6 +269,7 @@ jobs:
- install-node-version
- npm-install
- add-jest-reporter-dir
- add-jest-snapshot-dir
- run:
name: Set Environment Variables
command: |
Expand Down

0 comments on commit 2de83f7

Please sign in to comment.