Update android.yml
This commit is contained in:
parent
45e6e8b187
commit
e96a31f081
1 changed files with 1 additions and 1 deletions
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
|
@ -33,4 +33,4 @@ jobs:
|
|||
- name: Build with Gradle
|
||||
run: ./gradlew assembleDebug
|
||||
- name: Unit tests
|
||||
run: ./gradlew testDebug --stacktrace
|
||||
run: ./gradlew test --stacktrace
|
||||
|
|
Loading…
Reference in a new issue