Use setup-android job to install Android SDK
This commit is contained in:
parent
38aae8a835
commit
75e1d24a9d
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ jobs:
|
|||
with:
|
||||
distribution: 'zulu'
|
||||
java-version: '17'
|
||||
- name: Setup Android SDK
|
||||
uses: https://git.wbrawner.com/android-actions/setup-android@v3
|
||||
- name: Run unit tests
|
||||
uses: https://git.wbrawner.com/gradle/gradle-build-action@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue