mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 15:31:16 +08:00
Merge pull request #2182 from storybooks/ndelangen/add-integration-artifacts
ADD integration artefacts store step to circle.yml
This commit is contained in:
commit
25583c9413
@ -77,6 +77,9 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Integration Test - Kichen sinks
|
name: Integration Test - Kichen sinks
|
||||||
command: yarn test --integration
|
command: yarn test --integration
|
||||||
|
- store_artifacts:
|
||||||
|
path: integration/__image_snapshots__
|
||||||
|
destination: integration_image_snapshots
|
||||||
example-react-native:
|
example-react-native:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user