We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e9436 commit 1741ca9Copy full SHA for 1741ca9
.github/workflows/ci_test_and_publish.yml
@@ -64,8 +64,13 @@ jobs:
64
- name: Run tests
65
uses: reactivecircus/android-emulator-runner@v2
66
with:
67
- api-level: 31
68
- script: ./gradlew assemble testCoverage
+ api-level: 31
+ 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
74
env:
75
API_LEVEL: ${{ matrix.api-level }}
76
- name: Upload code coverage
0 commit comments