Skip to content

Commit 0706180

Browse files
updated Tests script, cleaning build before building it
1 parent b85f412 commit 0706180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runTests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ create_emulator x86 android-16 5554 5555
2020
create_emulator armeabi-v7a android-16 5556 5557
2121

2222
# Running Tests
23-
./gradlew --info build connectedCheck || exit 1
23+
./gradlew --info clean build connectedCheck || exit 1

0 commit comments

Comments
 (0)