File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 device_profile :
2424 description : " Device profile"
2525 required : false
26- default : " pixel_8 "
26+ default : " pixel_7 "
2727 type : string
2828 avd_name :
2929 description : " AVD name"
3030 required : false
31- default : " Pixel_8 "
31+ default : " Pixel_8_API_35 "
3232 type : string
3333 push :
3434 branches :
6464env :
6565 DEVICE_API_LEVEL : ${{ github.event.inputs.device_api_level || '35' }}
6666 DEVICE_ARCH : ${{ github.event.inputs.device_arch || 'x86_64' }}
67- DEVICE_PROFILE : ${{ github.event.inputs.device_profile || 'pixel_8 ' }}
68- AVD_NAME : ${{ github.event.inputs.avd_name || 'Pixel_8 ' }}
67+ DEVICE_PROFILE : ${{ github.event.inputs.device_profile || 'pixel_7 ' }}
68+ AVD_NAME : ${{ github.event.inputs.avd_name || 'Pixel_8_API_35 ' }}
6969
7070jobs :
7171 harness_android :
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const config = {
1414 runners : [
1515 androidPlatform ( {
1616 name : 'android' ,
17- device : androidEmulator ( 'Pixel_8 ' ) ,
17+ device : androidEmulator ( 'Pixel_8_API_35 ' ) ,
1818 bundleId : 'com.nitroimageexample' ,
1919 } ) ,
2020 applePlatform ( {
You can’t perform that action at this time.
0 commit comments