From e28030862f6eb2e89ccea34e5c93c7e5140905d0 Mon Sep 17 00:00:00 2001 From: Norbert de Langen Date: Mon, 30 Oct 2017 08:23:57 +0100 Subject: [PATCH] ADD integration artefacts store step to circle.yml --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index f7dc32667a00..a581afa7b01c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: