Update android.yml

This commit is contained in:
Tran Khanh Duy 2020-09-04 19:35:17 +07:00 committed by GitHub
parent a15db6613e
commit def4e450b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,8 +14,8 @@ jobs:
with:
java-version: 1.8
- name: Build with Gradle
run: chmod +x gradlew
./gradlew clean build
run: chmod +x gradlew &&
./gradlew clean build &&
./gradlew test
# should test???