Update android_build.yml
This commit is contained in:
committed by
GitHub Enterprise
parent
ca947fec90
commit
ddbdef2a54
2
.github/workflows/android_build.yml
vendored
2
.github/workflows/android_build.yml
vendored
@@ -23,5 +23,7 @@ jobs:
|
||||
uses: android-actions/setup-android@v2
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
- name: Build Debug with gradle
|
||||
run: ./gradlew assembleDebug
|
||||
- name: Unit Test
|
||||
run: ./gradlew testDebugUnitTest
|
||||
|
||||
Reference in New Issue
Block a user