diff --git a/.circleci/config.yml b/.circleci/config.yml index 112caf4ee..8da2d5257 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -162,7 +162,7 @@ commands: ./gradlew bundleExperimentalPlayRelease fi if [[ $CIRCLE_JOB == "android-build-e2e" ]]; then - 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 .. && 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 fi if [[ ! $KEYSTORE ]]; then