[tests] re-configure android ci

This commit is contained in:
Salakar
2018-09-12 23:11:55 +01:00
parent 0f79cd86e0
commit eb20dd67c2
2 changed files with 2 additions and 2 deletions

View File

@@ -86,7 +86,7 @@
},
"android.emu.debug": {
"binaryPath": "android/app/build/outputs/apk/debug/app-debug.apk",
"build": "pushd android && ./gradlew assembleDebug assembleAndroidTest -DtestBuildType=debug && popd",
"build": "cd android && ./gradlew assembleDebug assembleAndroidTest -DtestBuildType=debug && cd ..",
"type": "android.emulator",
"name": "TestingAVD"
},