File tree Expand file tree Collapse file tree 3 files changed +19
-10
lines changed
Expand file tree Collapse file tree 3 files changed +19
-10
lines changed Original file line number Diff line number Diff line change 1+ name : Android CI
2+
3+ on :
4+ pull_request :
5+ branches :
6+ - ' *'
7+
8+ jobs :
9+ build :
10+ uses : ./.github/workflows/android_experimental_build.yml
11+
12+ test :
13+ uses : ./.github/workflows/maestro_android.yml
14+ needs : build
Original file line number Diff line number Diff line change 11name : Build Android Experimental APK
22
33on :
4- pull_request :
5- branches :
6- - ' *'
4+ workflow_call :
75
86jobs :
9- android-maestro-test :
7+ android-build :
108 runs-on : ubuntu-latest
119
1210 steps :
Original file line number Diff line number Diff line change 11name : Maestro Tests on Android
22
33on :
4- workflow_run :
5- workflows : [Build Android Experimental APK]
6- types :
7- - completed
4+ workflow_call :
85
96jobs :
10- android-maestro- test :
7+ android-test :
118 runs-on : ubuntu-latest
129
1310 steps :
1411 - name : Download APK
15- uses : actions/download-artifact@v3
12+ uses : actions/download-artifact@v4
1613 with :
1714 name : Android Experimental APK
1815
You can’t perform that action at this time.
0 commit comments