From 8ddc06e8d3a57a807aa3af4a76760e193cbadc0a Mon Sep 17 00:00:00 2001 From: kobenguyent Date: Wed, 14 Feb 2024 14:56:21 +0100 Subject: [PATCH] try out with android ci --- .detoxrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.detoxrc.js b/.detoxrc.js index f1a84d9..792a27a 100644 --- a/.detoxrc.js +++ b/.detoxrc.js @@ -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 ]