mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
adding github action emulator optimisations
This commit is contained in:
parent
0a1f4dd69f
commit
918042c231
1 changed files with 1 additions and 0 deletions
1
.github/workflows/sanity_test.yml
vendored
1
.github/workflows/sanity_test.yml
vendored
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue