artifacts path
This commit is contained in:
parent
b3f2c1f3d2
commit
0ce1318bb3
|
@ -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/apk/androidTest/experimentalPlay/release/app-experimental-play-release-androidTest.apk
|
path: android/app/build/outputs/apk/
|
||||||
- persist_to_workspace:
|
- persist_to_workspace:
|
||||||
root: /home/circleci/repo
|
root: /home/circleci/repo
|
||||||
paths:
|
paths:
|
||||||
- android/app/build/outputs/apk/androidTest/experimentalPlay/release/app-experimental-play-release-androidTest.apk
|
- android/app/build/outputs/apk/
|
||||||
|
|
||||||
android-test-e2e:
|
android-test-e2e:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
|
|
Loading…
Reference in New Issue