Skip to content

Commit ad34028

Browse files
fix: api level
1 parent 0e57fd9 commit ad34028

1 file changed

Lines changed: 2 additions & 18 deletions

File tree

.github/workflows/e2e-android.yml

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
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 }}
@@ -69,22 +69,6 @@ jobs:
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:

0 commit comments

Comments
 (0)