Skip to content

Commit

Permalink
try out with android ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Feb 14, 2024
1 parent d130c54 commit a5b35db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .detoxrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ module.exports = {
'android.debug': {
type: 'android.apk',
binaryPath: 'test/android/app/build/outputs/apk/debug/app-debug.apk',
build: 'cd android && ./gradlew assembleDebug assembleAndroidTest -DtestBuildType=debug',
build: 'cd test/android && ./gradlew assembleDebug assembleAndroidTest -DtestBuildType=debug',
reversePorts: [
8081
]
},
'android.release': {
type: 'android.apk',
binaryPath: 'test/android/app/build/outputs/apk/release/app-release.apk',
build: 'cd android && ./gradlew assembleRelease assembleAndroidTest -DtestBuildType=release'
build: 'cd test/android && ./gradlew assembleRelease assembleAndroidTest -DtestBuildType=release'
}
},
devices: {
Expand Down

0 comments on commit a5b35db

Please sign in to comment.