Merge branch 'feature/git-actions-v2' of https://github.cmd.navi-tech.in/medici/android-customer-app into feature/git-actions-v2

* 'feature/git-actions-v2' of https://github.cmd.navi-tech.in/medici/android-customer-app:
  Update android_test.yml
This commit is contained in:
Jegatheeswaran M
2022-05-23 03:38:54 +05:30

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