Skip to content

Commit efeb438

Browse files
committed
chore: provide arch
1 parent 541aaaa commit efeb438

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,9 @@ jobs:
136136
- name: Run E2E tests
137137
uses: reactivecircus/android-emulator-runner@v2
138138
with:
139-
api-level: 35
140139
working-directory: apps/${{ matrix.app }}/android
140+
api-level: 35
141+
arch: x86_64
141142
force-avd-creation: false
142143
avd-name: Pixel_8_API_35
143144
disable-animations: true

0 commit comments

Comments
 (0)