Skip to content

Commit 09843a0

Browse files
cortinicofacebook-github-bot
authored andcommitted
Store RN Tester and Template APKs for Android on CI (#35463)
Summary: Pull Request resolved: #35463 This will allow us to easily retrieve debug/release APK for both RN-Tester and the Template jobs for every run of the CI. Changelog: [Internal] [Changed] - Store RN Tester and Template APKs for Android on CI Reviewed By: cipolleschi Differential Revision: D41521977 fbshipit-source-id: e2ed60921fd005425d3915323b18dde2851e7fc2
1 parent 0c6a4f8 commit 09843a0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.circleci/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,10 @@ jobs:
723723
- report_bundle_size:
724724
platform: android
725725

726+
- store_artifacts:
727+
path: ~/react-native/packages/rn-tester/android/app/build/outputs/apk/
728+
destination: rntester-apk
729+
726730
# Optionally, run disabled tests
727731
- when:
728732
condition: << parameters.run_disabled_tests >>
@@ -782,6 +786,10 @@ jobs:
782786
fi
783787
./gradlew assemble<< parameters.flavor >> -PREACT_NATIVE_MAVEN_LOCAL_REPO=/root/react-native/maven-local
784788
789+
- store_artifacts:
790+
path: /tmp/$PROJECT_NAME/android/app/build/outputs/apk/
791+
destination: template-apk
792+
785793
# -------------------------
786794
# JOBS: Test iOS Template
787795
# -------------------------

0 commit comments

Comments
 (0)