From 5c732f23a78bc4cfaac713fc3359fd5ef3d6329e Mon Sep 17 00:00:00 2001 From: finn Date: Thu, 10 Oct 2024 14:04:03 -0700 Subject: [PATCH] pin the same version of android-emulator-runner --- .github/workflows/android-emulator-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android-emulator-test.yaml b/.github/workflows/android-emulator-test.yaml index 5d69785..3b0a5d0 100644 --- a/.github/workflows/android-emulator-test.yaml +++ b/.github/workflows/android-emulator-test.yaml @@ -14,7 +14,7 @@ jobs: sudo udevadm trigger --name-match=kvm - name: run tests - uses: reactivecircus/android-emulator-runner@v2 + uses: reactivecircus/android-emulator-runner@f0d1ed2dcad93c7479e8b2f2226c83af54494915 # v3.32.0 with: api-level: 29 - script: ./gradlew connectedCheck \ No newline at end of file + script: adb list-devices \ No newline at end of file