adding github action emulator optimisations

This commit is contained in:
Adam Brown 2021-11-09 11:33:48 +00:00
parent 0a1f4dd69f
commit 918042c231

View File

@ -57,6 +57,7 @@ jobs:
- name: Run sanity tests on API ${{ matrix.api-level }}
uses: reactivecircus/android-emulator-runner@v2
with:
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
api-level: ${{ matrix.api-level }}
script: |
./gradlew $CI_GRADLE_ARG_PROPERTIES \