Skip to content

Commit

Permalink
Merge pull request #2182 from storybooks/ndelangen/add-integration-ar…
Browse files Browse the repository at this point in the history
…tifacts

ADD integration artefacts store step to circle.yml
  • Loading branch information
Hypnosphi authored Oct 30, 2017
2 parents ef7869d + e280308 commit 25583c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ jobs:
- run:
name: Integration Test - Kichen sinks
command: yarn test --integration
- store_artifacts:
path: integration/__image_snapshots__
destination: integration_image_snapshots
example-react-native:
<<: *defaults
steps:
Expand Down

0 comments on commit 25583c9

Please sign in to comment.