We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 734b8c9 commit 2787111Copy full SHA for 2787111
.github/workflows/test.yml
@@ -53,6 +53,12 @@ jobs:
53
- name: Gradle Run Integration Tests
54
uses: reactivecircus/android-emulator-runner@v2
55
with:
56
- api-level: 27
+ api-level: 31
57
+ profile: Nexus 6
58
+ arch: arm64-v8a
59
+ force-avd-creation: false
60
+ avd-name: macOS-avd-arm64-v8a-31
61
+ emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
62
+ disable-animations: true
63
script: ./gradlew connectedCheck
64
0 commit comments