From aa6b23038fb79c28cd09f6443438d4f8f5f4b3d2 Mon Sep 17 00:00:00 2001 From: "lukasz.suski" Date: Thu, 25 Jul 2024 14:09:57 +0200 Subject: [PATCH] Use api-level: 30 --- .github/actions/android-test/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/android-test/action.yml b/.github/actions/android-test/action.yml index b9ad85a..72eba7e 100644 --- a/.github/actions/android-test/action.yml +++ b/.github/actions/android-test/action.yml @@ -7,7 +7,7 @@ runs: - name: run tests uses: reactivecircus/android-emulator-runner@v2.32.0 with: - api-level: 33 + api-level: 30 emulator-options: -skin 1920x1080 -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none arch: x86_64 script: ./gradlew :cukeulator:connectedCheck -PdisableAnimations=true