mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-27 19:47:51 +02:00
Action for some reason had ;
This commit is contained in:
2
.github/workflows/android-debug.yml
vendored
2
.github/workflows/android-debug.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
java-version: 1.8
|
java-version: 1.8
|
||||||
- name: Unit tests
|
- name: Unit tests
|
||||||
run: bash ./gradlew test --stacktrace:
|
run: bash ./gradlew test --stacktrace
|
||||||
|
|
||||||
apk:
|
apk:
|
||||||
name: Generate APK
|
name: Generate APK
|
||||||
|
Reference in New Issue
Block a user