Skip to content

Commit

Permalink
Wait on for visual regression
Browse files Browse the repository at this point in the history
  • Loading branch information
andyrichardson committed May 11, 2020
1 parent 046cbb8 commit 6b5fd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- run:
command: yarn cosmos
background: true
- run: yarn run visual-regression:exec
- run: npx wait-on $COSMOS_HOST:$COSMOS_PORT && yarn run visual-regression:exec
- store_artifacts:
path: src/panel/__image_snapshots__/__diff_output__/

Expand Down

0 comments on commit 6b5fd81

Please sign in to comment.