File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 43
43
"binaryPath" : " project/android/app/build/outputs/apk/release/app-release.apk" ,
44
44
"build" : " cd project/android && ./gradlew assembleRelease assembleAndroidTest -DtestBuildType=release" ,
45
45
"type" : " android.emulator" ,
46
- "name" : " Android_Emulator "
46
+ "name" : " Nexus_5X_API_28 "
47
47
},
48
48
"android.emu.debug" : {
49
49
"binaryPath" : " project/android/app/build/outputs/apk/debug/app-debug.apk" ,
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ pushd project
6
6
yarn react-native link
7
7
popd
8
8
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
11
11
12
12
# The CircleCI Android docker image does not support running emulators: https://circleci.com/docs/2.0/language-android/
13
13
# To run this on CI, would have to use the RN community orbs: https://circleci.com/orbs/registry/orb/react-native-community/react-native
You can’t perform that action at this time.
0 commit comments