Setup Android SDK before attempting to build in UI test job
This commit is contained in:
parent
c6e14d7d0b
commit
262b63cfa0
1 changed files with 2 additions and 2 deletions
|
@ -55,12 +55,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
distribution: 'zulu'
|
distribution: 'zulu'
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
|
- name: Setup Android SDK
|
||||||
|
uses: https://git.wbrawner.com/android-actions/setup-android@v3
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
uses: https://git.wbrawner.com/gradle/gradle-build-action@v2
|
uses: https://git.wbrawner.com/gradle/gradle-build-action@v2
|
||||||
with:
|
with:
|
||||||
arguments: assemblePlayDebug assemblePlayDebugAndroidTest
|
arguments: assemblePlayDebug assemblePlayDebugAndroidTest
|
||||||
- name: Setup Android SDK
|
|
||||||
uses: https://git.wbrawner.com/android-actions/setup-android@v3
|
|
||||||
- name: Grant execute permission for flank_auth.sh
|
- name: Grant execute permission for flank_auth.sh
|
||||||
run: chmod +x flank_auth.sh
|
run: chmod +x flank_auth.sh
|
||||||
- name: Add auth for flank
|
- name: Add auth for flank
|
||||||
|
|
Loading…
Reference in a new issue