File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments