Update android.yml

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

View File

@ -14,8 +14,11 @@ jobs:
with:
java-version: 1.8
- name: Build with Gradle
# the gradlew does not have exec perm already so
run: chmod +x gradlew && ./gradlew build
run: chmod +x gradlew
./gradlew clean build
# should test???
./gradlew test
- name: Upload APK
uses: actions/upload-artifact@v1
with: