Skip to content

Commit

Permalink
[DEVELOP] Disable connectedAndroidTest
Browse files Browse the repository at this point in the history
  • Loading branch information
vgarciabnz committed May 22, 2019
1 parent 4f47ae7 commit 6762ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
PROJECT_DIR=$DIR/

# This will: compile the project, run lint, run tests under JVM, package apk, check the code quality and run tests on the device/emulator.
"$PROJECT_DIR"/gradlew clean build --scan connectedAndroidTest
"$PROJECT_DIR"/gradlew clean build --scan

0 comments on commit 6762ce8

Please sign in to comment.