Skip to content

Commit

Permalink
ci(e2e): increase android api level to 34 (#2473)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Sep 6, 2024
1 parent 4e1b1df commit 8581bde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}

Expand Down

0 comments on commit 8581bde

Please sign in to comment.