Update android_test.yml

This commit is contained in:
Jegatheeswaran M
2022-05-23 03:34:08 +05:30
committed by GitHub Enterprise
parent ae0f0a27e6
commit 6731a4f5c2

View File

@@ -21,6 +21,15 @@ jobs:
distribution: 'adopt'
- name: Setup Android SDK
uses: android-actions/setup-android@v2
- uses: actions/cache@v2
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: Grant execute permission for gradlew
run: chmod +x gradlew