ci(e2e): increase android api level to 34 (#2473)

This commit is contained in:
Felix Angelov
2024-09-06 15:23:45 -05:00
committed by GitHub
parent 4e1b1df26c
commit 8581bde63a
+3 -3
View File
@@ -65,13 +65,13 @@ jobs:
path: |
~/.android/avd/*
~/.android/adb*
key: avd-29
key: avd-34
- name: 🤖 Cache AVD Snapshot
if: steps.avd-cache.outputs.cache-hit != 'true'
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
api-level: 34
arch: x86_64
force-avd-creation: false
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
@@ -81,7 +81,7 @@ jobs:
- name: 🧪 Run Patch E2E Tests
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
api-level: 34
arch: x86_64
script: ./scripts/patch_e2e.sh ${{ matrix.flutter-version }}