Skip to content

Commit

Permalink
Store RN Tester and Template APKs for Android on CI (#35463)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cortinico authored and facebook-github-bot committed Nov 24, 2022
1 parent 0c6a4f8 commit 09843a0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,10 @@ jobs:
- report_bundle_size:
platform: android

- store_artifacts:
path: ~/react-native/packages/rn-tester/android/app/build/outputs/apk/
destination: rntester-apk

# Optionally, run disabled tests
- when:
condition: << parameters.run_disabled_tests >>
Expand Down Expand Up @@ -782,6 +786,10 @@ jobs:
fi
./gradlew assemble<< parameters.flavor >> -PREACT_NATIVE_MAVEN_LOCAL_REPO=/root/react-native/maven-local
- store_artifacts:
path: /tmp/$PROJECT_NAME/android/app/build/outputs/apk/
destination: template-apk

# -------------------------
# JOBS: Test iOS Template
# -------------------------
Expand Down

0 comments on commit 09843a0

Please sign in to comment.