-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[andr][ci] fix android runners (#227)
* Superfluous change to trigger the ci breakage * try [email protected]
- Loading branch information
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -119,7 +119,7 @@ jobs: | |
- name: Create AVD and generate snapshot for caching | ||
if: steps.avd-cache.outputs.cache-hit != 'true' | ||
timeout-minutes: 30 | ||
uses: reactivecircus/android-emulator-runner@f0d1ed2dcad93c7479e8b2f2226c83af54494915 # pin@v2.32 | ||
uses: reactivecircus/android-emulator-runner@62dbb605bba737720e10b196cb4220d374026a6d # pin@v2.33 | ||
with: | ||
channel: stable | ||
force-avd-creation: false | ||
|
@@ -139,7 +139,7 @@ jobs: | |
working-directory: ./platform/jvm | ||
run: ./gradlew replay:checkLicense common:checkLicense # capture:checkLicense doesn't work at the moment | ||
- name: Instrumentation Tests | ||
uses: reactivecircus/android-emulator-runner@f0d1ed2dcad93c7479e8b2f2226c83af54494915 # pin@v2.32 | ||
uses: reactivecircus/android-emulator-runner@62dbb605bba737720e10b196cb4220d374026a6d # pin@v2.33 | ||
with: | ||
channel: stable | ||
force-avd-creation: false | ||
|
@@ -187,7 +187,7 @@ jobs: | |
- name: Create AVD and generate snapshot for caching | ||
if: steps.avd-cache.outputs.cache-hit != 'true' | ||
timeout-minutes: 30 | ||
uses: reactivecircus/android-emulator-runner@d94c3fbe4fe6a29e4a5ba47c12fb47677c73656b # pin@v2 | ||
uses: reactivecircus/android-emulator-runner@62dbb605bba737720e10b196cb4220d374026a6d # pin@v2.33 | ||
with: | ||
channel: stable | ||
api-level: ${{ matrix.api-level }} | ||
|
@@ -199,7 +199,7 @@ jobs: | |
emulator-options: -no-window -accel on -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none | ||
script: echo "Generated AVD snapshot for caching." | ||
- name: run tests | ||
uses: reactivecircus/android-emulator-runner@v2 | ||
uses: reactivecircus/android-emulator-runner@62dbb605bba737720e10b196cb4220d374026a6d # [email protected] | ||
timeout-minutes: 15 | ||
with: | ||
force-avd-creation: false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters