diff options
| author | Albin <albin@mullvad.net> | 2022-12-21 17:02:27 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-01-10 15:32:34 +0100 |
| commit | e37a5d61b4ed6695f969ff7da42dfa5b71b3b84b (patch) | |
| tree | fe4e60280441c0bfe316a612ba526275027e66a6 /.github | |
| parent | 3cf1466817025198bc3138774a724d49bb857914 (diff) | |
| download | mullvadvpn-e37a5d61b4ed6695f969ff7da42dfa5b71b3b84b.tar.xz mullvadvpn-e37a5d61b4ed6695f969ff7da42dfa5b71b3b84b.zip | |
Bump gh actions emulator to api level 33
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/android-app.yml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index 5868913197..0a07e163b2 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -155,31 +155,33 @@ jobs: path: | ~/.android/avd/* ~/.android/adb* - key: emulator-api-29 + key: emulator-api-33 - name: Create avd and generate snapshot uses: reactivecircus/android-emulator-runner@v2 if: steps.avd-cache.outputs.cache-hit != 'true' with: force-avd-creation: false - api-level: 29 + api-level: 33 + target: google_apis arch: x86_64 emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none disable-animations: true profile: pixel script: echo "Generated AVD snapshot for caching." env: - API_LEVEL: 29 + API_LEVEL: 33 - name: Run Android instrumented tests uses: reactivecircus/android-emulator-runner@v2 with: force-avd-creation: false - api-level: 29 + api-level: 33 + target: google_apis arch: x86_64 emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none disable-animations: true profile: pixel script: ./ci/run-android-instrumented-tests.sh $(pwd) env: - API_LEVEL: 29 + API_LEVEL: 33 |
