Update android_build.yml

This commit is contained in:
Jegatheeswaran M
2022-06-02 15:28:30 +05:30
committed by GitHub Enterprise
parent ca947fec90
commit ddbdef2a54

View File

@@ -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