Skip to content

Commit c461d80

Browse files
committed
Use a large screen test device in CI
Previously not all buttons were being detected by Appium - I strongly suspect that's becuase the default profile is some tiny phone.
1 parent bb0356a commit c461d80

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
runs-on: ubuntu-latest
5454
strategy:
5555
matrix:
56-
api-level: [30]
56+
api-level: [30, 35]
5757
steps:
5858
- uses: actions/checkout@v4
5959

@@ -97,6 +97,7 @@ jobs:
9797
with:
9898
api-level: ${{ matrix.api-level }}
9999
target: google_apis
100+
profile: pixel_c
100101
force-avd-creation: false
101102
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
102103
script: |
@@ -107,6 +108,7 @@ jobs:
107108
with:
108109
api-level: ${{ matrix.api-level }}
109110
target: google_apis
111+
profile: pixel_c
110112
force-avd-creation: false
111113
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
112114
script: |

0 commit comments

Comments
 (0)