Update android_build.yml
This commit is contained in:
committed by
GitHub Enterprise
parent
7ee9f79eec
commit
86ec8049c5
2
.github/workflows/android_build.yml
vendored
2
.github/workflows/android_build.yml
vendored
@@ -24,6 +24,6 @@ jobs:
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
- name: Build Debug with gradle
|
||||
run: ./gradlew assembleDebug --stacktrace
|
||||
run: ./gradlew assembleDevDebug --stacktrace
|
||||
- name: Unit Test
|
||||
run: ./gradlew testDebugUnitTest
|
||||
|
||||
Reference in New Issue
Block a user