Skip to content

Commit 5e1e1d1

Browse files
committed
test(ci): temporarily depend on direct commit hash for 16kb emulator support
eventually they will release the PR we merged to support this as an official version of the emulator runner action and this commit should be reverted
1 parent 2b4ed5e commit 5e1e1d1

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

.github/workflows/tests_emulator.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,10 @@ jobs:
156156
# Only generate a snapshot for saving if we are on main branch with a cache miss
157157
# Comment the if out to generate snapshots on branch for performance testing
158158
if: "${{ github.event.inputs.clearCaches != '' || (steps.avd-cache.outputs.cache-hit != 'true' && github.ref == 'refs/heads/main') }}"
159-
uses: reactivecircus/android-emulator-runner@v2
159+
# Temporarily using a direct commit from the PR we submitted that implements support
160+
# for 16kb page emulators - should be visible on the v2 tag at some point
161+
# when they get around to releasing it...
162+
uses: reactivecircus/android-emulator-runner@66283c03190cd3f51c1e1d38ad4206ae99cb5afd
160163
with:
161164
api-level: ${{ matrix.api-level }}
162165
force-avd-creation: false
@@ -180,7 +183,10 @@ jobs:
180183
if: "${{ github.event.inputs.clearCaches != '' || (steps.avd-cache.outputs.cache-hit != 'true' && github.ref == 'refs/heads/main') }}"
181184
env:
182185
FIRST_BOOT_DELAY: ${{ matrix.first-boot-delay }}
183-
uses: reactivecircus/android-emulator-runner@v2
186+
# Temporarily using a direct commit from the PR we submitted that implements support
187+
# for 16kb page emulators - should be visible on the v2 tag at some point
188+
# when they get around to releasing it...
189+
uses: reactivecircus/android-emulator-runner@66283c03190cd3f51c1e1d38ad4206ae99cb5afd
184190
with:
185191
api-level: ${{ matrix.api-level }}
186192
force-avd-creation: false
@@ -200,7 +206,10 @@ jobs:
200206
echo "First boot warmup completed."
201207
202208
- name: Run Emulator Tests
203-
uses: reactivecircus/android-emulator-runner@v2
209+
# Temporarily using a direct commit from the PR we submitted that implements support
210+
# for 16kb page emulators - should be visible on the v2 tag at some point
211+
# when they get around to releasing it...
212+
uses: reactivecircus/android-emulator-runner@66283c03190cd3f51c1e1d38ad4206ae99cb5afd
204213
timeout-minutes: 30
205214
with:
206215
api-level: ${{ matrix.api-level }}

0 commit comments

Comments
 (0)