1
0
Fork 0

fix: build task for UI tests (#4963)

master
Richard Pappalardo 2019-08-27 14:06:14 -07:00 committed by Jeff Boek
parent eae97034e3
commit 60d3094410
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ class TaskBuilder(object):
}
gradle_commands = (
'./gradlew --no-daemon clean assembleArmDebug assembleArmDebugAndroidTest',
'./gradlew --no-daemon clean assemble assembleAndroidTest',
)
test_commands = (