Skip to content

Commit 1741ca9

Browse files
committed
Update emulator script to use API 31
1 parent a9e9436 commit 1741ca9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/ci_test_and_publish.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,13 @@ jobs:
6464
- name: Run tests
6565
uses: reactivecircus/android-emulator-runner@v2
6666
with:
67-
api-level: 31
68-
script: ./gradlew assemble testCoverage
67+
api-level: 31
68+
profile: Nexus 6
69+
arch: x86_64
70+
force-avd-creation: false
71+
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
72+
disable-animations: true
73+
script: ./gradlew assemble testCoverage
6974
env:
7075
API_LEVEL: ${{ matrix.api-level }}
7176
- name: Upload code coverage

0 commit comments

Comments
 (0)