Skip to content

Commit b5ad538

Browse files
committed
2
1 parent a777345 commit b5ad538

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/android.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,14 @@ jobs:
113113
sudo udevadm control --reload-rules
114114
sudo udevadm trigger --name-match=kvm
115115
- name: run tests
116-
uses: reactivecircus/android-emulator-runner@v2
116+
uses: reactivecircus/android-emulator-runner@66283c03190cd3f51c1e1d38ad4206ae99cb5afd
117117
with:
118118
api-level: ${{ matrix.api-level }}
119119
arch: ${{ matrix.arch }}
120120
target: ${{ matrix.target }}
121+
channel: canary
121122
script: ./gradlew connectedCheck
122123
force-avd-creation: false
123-
emulator-options: -cores 4 -no-snapshot -read-only -no-window -gpu swiftshader_indirect -no-audio -no-boot-anim -camera-back none
124+
emulator-options: -no-snapshot -read-only -no-window -gpu swiftshader_indirect -no-audio -no-boot-anim -camera-back none
124125
disable-animations: true
126+
cores: 4

0 commit comments

Comments
 (0)