File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments