ci(e2e): increase android api level to 34 (#2473)
This commit is contained in:
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user