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 16fe2cb commit 4ed4953Copy full SHA for 4ed4953
.github/workflows/ci.yml
@@ -45,6 +45,9 @@ jobs:
45
arch: x86_64
46
profile: Nexus 6
47
cores: 4
48
+ avd-name: macOS-avd-x86-${{ matrix.api-level }}
49
+ emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
50
+ disable-animations: true
51
script: ./gradlew connectedCheck mergeAndroidReports --continue
52
53
- name: Archive the test reports
0 commit comments