Skip to content

Commit 4fd3770

Browse files
committed
ci2 attempt 3
1 parent a95e2ba commit 4fd3770

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
runs-on: 'ubuntu-22.04'
5252
strategy:
5353
matrix:
54-
api-level: [24]
55-
profile: ['Medium_Phone']
54+
api-level: [21]
55+
profile: ['Pixel']
5656
steps:
5757
- uses: actions/checkout@v4
5858
- name: devbox installer
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
api-level: ${{ matrix.api-level }}
8585
profile: ${{matrix.profile}}
86-
avd-name: Medium_Phone_API_24
86+
avd-name: Pixel_API_21
8787
target: default
8888
force-avd-creation: false
8989
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
@@ -94,7 +94,7 @@ jobs:
9494
with:
9595
api-level: ${{ matrix.api-level }}
9696
profile: ${{matrix.profile}}
97-
avd-name: Medium_Phone_API_24
97+
avd-name: Pixel_API_21
9898
target: default
9999
force-avd-creation: false
100100
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none

devbox.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"yarn test --coverage"
3030
],
3131
"setup-ios-devices": [
32+
"xcodebuild -downloadPlatform",
3233
"xcrun simctl list devicetypes",
3334
"xcrun simctl list runtimes",
3435
"xcrun simctl create 'iPhone 14' 'iPhone 14' $IOS_RUNTIME",

0 commit comments

Comments
 (0)