/tmp/workspace
This commit is contained in:
parent
765769a1f2
commit
b593f9d66d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue