From 4443f745b1dbc975720600b57d784106dfac2318 Mon Sep 17 00:00:00 2001 From: Lamberto Basti Date: Wed, 13 Nov 2024 14:57:10 +0100 Subject: [PATCH] jdk 21 for GH Actions --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c14e6fd..65d0221 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -65,4 +65,5 @@ jobs: api-level: 30 target: default arch: ${{ matrix.emu-arch }} + emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none script: ./gradlew connectedAndroidTest \ No newline at end of file