Skip to content

Commit 2787111

Browse files
committed
try on a new version
1 parent 734b8c9 commit 2787111

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/test.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ jobs:
5353
- name: Gradle Run Integration Tests
5454
uses: reactivecircus/android-emulator-runner@v2
5555
with:
56-
api-level: 27
56+
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
5763
script: ./gradlew connectedCheck
5864

0 commit comments

Comments
 (0)