Skip to content

Commit 174272c

Browse files
committed
build: Revert reactivecircus/android-emulator-runner update
Revert "Bump reactivecircus/android-emulator-runner in the react-native group (#66095)" This reverts commit acf661c. The revert is an attempt to address recent reports that Android E2E test CI tasks stall, where the test suites pass, but the tasks do not complete.
1 parent d50ff80 commit 174272c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rnmobile-android-runner.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Create AVD and generate snapshot for caching
6262
if: steps.avd-cache.outputs.cache-hit != 'true'
63-
uses: reactivecircus/android-emulator-runner@62dbb605bba737720e10b196cb4220d374026a6d # v2.33.0
63+
uses: reactivecircus/android-emulator-runner@f0d1ed2dcad93c7479e8b2f2226c83af54494915 # v2.32.0
6464
with:
6565
api-level: ${{ matrix.api-level }}
6666
force-avd-creation: false
@@ -71,7 +71,7 @@ jobs:
7171
script: echo "Generated AVD snapshot for caching."
7272

7373
- name: Run tests
74-
uses: reactivecircus/android-emulator-runner@62dbb605bba737720e10b196cb4220d374026a6d # v2.33.0
74+
uses: reactivecircus/android-emulator-runner@f0d1ed2dcad93c7479e8b2f2226c83af54494915 # v2.32.0
7575
with:
7676
api-level: ${{ matrix.api-level }}
7777
force-avd-creation: false

0 commit comments

Comments
 (0)