From 975e5ec4a834cb86c1664e6f994be4a9d350c015 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Fri, 27 Jan 2023 10:25:49 -0300 Subject: [PATCH] Store artifacts --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 66d64a279..c2069f6a2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -470,6 +470,8 @@ jobs: yarn detox test --configuration android.emu.release --cleanup --headless - save_cache: *save-npm-cache-linux - save_cache: *save-gradle-cache + - store_artifacts: + path: artifacts # iOS builds ios-build-experimental: @@ -505,6 +507,8 @@ jobs: name: Run tests command: | yarn detox test --configuration ios.sim.release --cleanup --headless + - store_artifacts: + path: artifacts ios-build-official: executor: mac-env