Update android.yml

This commit is contained in:
Lucas Nunes 2020-04-29 13:24:23 -03:00 committed by GitHub
parent 45e6e8b187
commit e96a31f081
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,4 +33,4 @@ jobs:
- name: Build with Gradle
run: ./gradlew assembleDebug
- name: Unit tests
run: ./gradlew testDebug --stacktrace
run: ./gradlew test --stacktrace