From ddbdef2a54ba8fe9e1b401793019675217cd7769 Mon Sep 17 00:00:00 2001 From: Jegatheeswaran M Date: Thu, 2 Jun 2022 15:28:30 +0530 Subject: [PATCH] Update android_build.yml --- .github/workflows/android_build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/android_build.yml b/.github/workflows/android_build.yml index ce7c3139ab..73fb705d64 100644 --- a/.github/workflows/android_build.yml +++ b/.github/workflows/android_build.yml @@ -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