diff --git a/.github/workflows/sanity_test.yml b/.github/workflows/sanity_test.yml index 496037984f..91d59b9b1c 100644 --- a/.github/workflows/sanity_test.yml +++ b/.github/workflows/sanity_test.yml @@ -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 \