Skip to content

Commit 01128c2

Browse files
author
Kadi Kraman
committed
chore(e2e): run dev android build
1 parent 9b0bcd3 commit 01128c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/test-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"binaryPath": "project/android/app/build/outputs/apk/release/app-release.apk",
4444
"build": "cd project/android && ./gradlew assembleRelease assembleAndroidTest -DtestBuildType=release",
4545
"type": "android.emulator",
46-
"name": "Android_Emulator"
46+
"name": "Nexus_5X_API_28"
4747
},
4848
"android.emu.debug": {
4949
"binaryPath": "project/android/app/build/outputs/apk/debug/app-debug.apk",

packages/test-app/test_android.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ pushd project
66
yarn react-native link
77
popd
88

9-
detox build --configuration android.emu.release
10-
# detox test --configuration android.emu.release
9+
detox build --configuration android.emu.debug
10+
# detox test --configuration android.emu.debug
1111

1212
# The CircleCI Android docker image does not support running emulators: https://circleci.com/docs/2.0/language-android/
1313
# To run this on CI, would have to use the RN community orbs: https://circleci.com/orbs/registry/orb/react-native-community/react-native

0 commit comments

Comments
 (0)