test: switch back to x86_64 emulator arch for patch e2e test
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user