Skip to content

Commit 82b8f22

Browse files
committed
TEMPORARY: build androidTest only for detox
1 parent 0fab273 commit 82b8f22

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

examples/default/.detoxrc.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,12 @@ module.exports = {
8888
'android.debug': {
8989
type: 'android.apk',
9090
binaryPath: 'android/app/build/outputs/apk/debug/app-debug.apk',
91-
build:
92-
'cd android && ./gradlew assembleDebug assembleAndroidTest -DtestBuildType=debug && cd ..',
91+
build: 'cd android && ./gradlew assembleAndroidTest -DtestBuildType=debug && cd ..',
9392
},
9493
'android.release': {
9594
type: 'android.apk',
9695
binaryPath: 'android/app/build/outputs/apk/release/app-release.apk',
97-
build:
98-
'cd android && ./gradlew assembleRelease assembleAndroidTest -DtestBuildType=release && cd ..',
96+
build: 'cd android && ./gradlew assembleAndroidTest -DtestBuildType=release && cd ..',
9997
},
10098
},
10199
devices: {

0 commit comments

Comments
 (0)