Action for some reason had ;
This commit is contained in:
parent
38c5163ab9
commit
aeeafe8556
1 changed files with 1 additions and 1 deletions
2
.github/workflows/android-debug.yml
vendored
2
.github/workflows/android-debug.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
with:
|
||||
java-version: 1.8
|
||||
- name: Unit tests
|
||||
run: bash ./gradlew test --stacktrace:
|
||||
run: bash ./gradlew test --stacktrace
|
||||
|
||||
apk:
|
||||
name: Generate APK
|
||||
|
|
|
|||
Loading…
Reference in a new issue