Update android_build.yml

This commit is contained in:
Jegatheeswaran M
2022-06-02 15:43:46 +05:30
committed by GitHub Enterprise
parent 7ee9f79eec
commit 86ec8049c5

View File

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