From b593f9d66d3e0aa5377d486b5e57de7b7859da74 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Tue, 31 Jan 2023 11:16:21 -0300 Subject: [PATCH] /tmp/workspace --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7cc049b86..8b83dfa51 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -487,11 +487,11 @@ jobs: yarn detox build --configuration android.att.release - save_cache: *save-gradle-cache - store_artifacts: - path: android/app/build/outputs + path: android/app/build/outputs/apk/androidTest/experimentalPlay/release/app-experimental-play-release-androidTest.apk - persist_to_workspace: - root: . + root: /tmp/workspace paths: - - android/app/build/outputs + - android/app/build/outputs/apk/androidTest/experimentalPlay/release/app-experimental-play-release-androidTest.apk android-test-e2e: <<: *defaults @@ -502,7 +502,7 @@ jobs: steps: - checkout - attach_workspace: - at: android + at: /tmp/workspace - restore_cache: *restore-npm-cache-linux - run: *install-npm-modules - save_cache: *save-npm-cache-linux