Setup Android SDK for UI test workflow job
This commit is contained in:
parent
86cd33ff5f
commit
c6e14d7d0b
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,8 @@ jobs:
|
||||||
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