This commit is contained in:
Phillip Thelen 2022-03-22 13:46:02 +01:00 committed by Phillip Thelen
parent c5b673f60d
commit 02684bb323

View file

@ -48,7 +48,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
api-level: [22, 24, 26, 28, 29, 30, 31]
api-level: [22, 24, 28, 29, 30, 31]
steps:
- uses: actions/checkout@v2
- name: set up JDK 11
@ -66,7 +66,7 @@ jobs:
with:
api-level: ${{ matrix.api-level }}
arch: x86_64
emulator-options: -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
script: ./gradlew connectedProdDebugAndroidTest