File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 timeout-minutes : 60
1919 env :
2020 WORKING_DIRECTORY : paper-example
21- API_LEVEL : 34
22- SYSTEM_IMAGES : system-images;android-34 ;google_apis;x86_64
21+ API_LEVEL : 36
22+ SYSTEM_IMAGES : system-images;android-36 ;google_apis;x86_64
2323 AVD_NAME : rn-svg-avd
2424 concurrency :
2525 group : android-e2e-example-${{ github.ref }}
6969 ~/.android/adb*
7070 key : avd-${{ env.API_LEVEL }}
7171
72- # - name: Create AVD and generate snapshot for caching
73- # if: steps.avd-cache.outputs.cache-hit != 'true'
74- # uses: reactivecircus/android-emulator-runner@v2
75- # with:
76- # api-level: ${{ env.API_LEVEL }}
77- # target: default
78- # profile: pixel_2
79- # ram-size: '4096M'
80- # disk-size: '5G'
81- # disable-animations: false
82- # force-avd-creation: false
83- # emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
84- # avd-name: e2e_emulator
85- # arch: x86_64
86- # script: echo "Generated AVD snapshot for caching."
87-
8872 - name : Run emulator, Metro, and E2E
8973 uses : reactivecircus/android-emulator-runner@v2
9074 with :
You can’t perform that action at this time.
0 commit comments