artifacts path

This commit is contained in:
Diego Mello 2023-02-06 13:18:39 -03:00
parent b3f2c1f3d2
commit 0ce1318bb3
1 changed files with 2 additions and 2 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/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