/tmp/workspace

This commit is contained in:
Diego Mello 2023-01-31 11:16:21 -03:00
parent 765769a1f2
commit b593f9d66d
1 changed files with 4 additions and 4 deletions

View File

@ -487,11 +487,11 @@ jobs:
yarn detox build --configuration android.att.release yarn detox build --configuration android.att.release
- save_cache: *save-gradle-cache - save_cache: *save-gradle-cache
- store_artifacts: - 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: - persist_to_workspace:
root: . root: /tmp/workspace
paths: paths:
- android/app/build/outputs - android/app/build/outputs/apk/androidTest/experimentalPlay/release/app-experimental-play-release-androidTest.apk
android-test-e2e: android-test-e2e:
<<: *defaults <<: *defaults
@ -502,7 +502,7 @@ jobs:
steps: steps:
- checkout - checkout
- attach_workspace: - attach_workspace:
at: android at: /tmp/workspace
- restore_cache: *restore-npm-cache-linux - restore_cache: *restore-npm-cache-linux
- run: *install-npm-modules - run: *install-npm-modules
- save_cache: *save-npm-cache-linux - save_cache: *save-npm-cache-linux