From ff98ca2f9b9b0202606c8dd2d38f19f3bb5a288d Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Thu, 25 Apr 2024 13:46:44 -0400 Subject: [PATCH] test: switch back to x86_64 emulator arch for patch e2e test --- .github/workflows/e2e.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 0db21c37..78e6d85e 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -66,6 +66,7 @@ jobs: uses: reactivecircus/android-emulator-runner@v2 with: api-level: 29 + arch: x86_64 force-avd-creation: false emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none disable-animations: false @@ -75,7 +76,7 @@ jobs: uses: reactivecircus/android-emulator-runner@v2 with: api-level: 29 - arch: arm64-v8a + arch: x86_64 script: ./scripts/patch_e2e.sh cli: