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 a5b35db commit 8ddc06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .detoxrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = {
'android.debug': {
type: 'android.apk',
binaryPath: 'test/android/app/build/outputs/apk/debug/app-debug.apk',
build: 'cd test/android && ./gradlew assembleDebug assembleAndroidTest -DtestBuildType=debug',
build: 'cd test/android && npm i && ./gradlew assembleDebug assembleAndroidTest -DtestBuildType=debug',
reversePorts: [
8081
]
Expand Down

0 comments on commit 8ddc06e

Please sign in to comment.