ADD integration artefacts store step to circle.yml

This commit is contained in:
Norbert de Langen 2017-10-30 08:23:57 +01:00
parent ef7869d9b1
commit e28030862f

View File

@ -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: