From be01ba574d00c8d22539583366695aed4a23ead3 Mon Sep 17 00:00:00 2001 From: Anant Bhasin <38764067+aKn1ghtOut@users.noreply.github.com> Date: Fri, 6 Aug 2021 15:12:04 +0530 Subject: [PATCH] Split up gradle tasks for low memory --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2c6d1b832..a0e2947e3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -162,8 +162,8 @@ commands: ./gradlew bundleExperimentalPlayRelease fi if [[ $CIRCLE_JOB == "android-build-e2e" ]]; then - cd .. && npx react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res && cd android - ./gradlew app:assembleE2ePlayRelease -x bundleE2ePlayReleaseJsAndAssets app:assembleE2ePlayReleaseAndroidTest -DtestBuildType=release + ./gradlew app:assembleE2ePlayRelease -DtestBuildType=release + ./gradlew app:assembleE2ePlayRelease app:assembleE2ePlayReleaseAndroidTest -DtestBuildType=release fi if [[ ! $KEYSTORE ]]; then ./gradlew assembleExperimentalPlayDebug