Skip to content

Commit 7573f2a

Browse files
committed
fix(ci): use google_apis image with x86_64 for emulator stability
Specifies target=google_apis, arch=x86_64, and profile=pixel_6 for the android-emulator-runner action. This matches the configuration used in other Rokt SDK workflows and reduces flakiness caused by the default emulator image on API 28. Made-with: Cursor
1 parent 643e0ce commit 7573f2a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/instrumented-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ jobs:
5454
ANDROID_EMULATOR_WAIT_TIME_BEFORE_KILL: 60
5555
with:
5656
api-level: 28
57+
target: google_apis
58+
arch: x86_64
59+
profile: pixel_6
5760
force-avd-creation: false
5861
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
5962
disable-animations: true

0 commit comments

Comments
 (0)