Skip to content

Commit 2ba9a2b

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 2ba9a2b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/tests_emulator.yml

Lines changed: 4 additions & 1 deletion
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@66283c0
160163
with:
161164
api-level: ${{ matrix.api-level }}
162165
force-avd-creation: false

0 commit comments

Comments
 (0)