Skip to content

Commit 1a654ab

Browse files
committed
WIP7: Use Android emulator to run tests.
1 parent 1e01dc2 commit 1a654ab

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/android.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,15 @@ jobs:
6868
6969
- name: Start emulator
7070
run: |
71+
QEMU_AUDIO_DRV: pa
72+
PULSE_SERVER: unix:/run/user/1001/pulse/native
73+
7174
emulator -avd test_avd \
7275
-no-snapshot-save \
7376
-no-window \
7477
-gpu swiftshader_indirect \
7578
-no-boot-anim \
7679
-no-metrics \
77-
-qemu -audiodev pa,id=pa0,server=unix:${XDG_RUNTIME_DIR}/pulse/native -device intel-hda -device hda-duplex,audiodev=pa0 \
7880
&
7981
8082
adb wait-for-device

0 commit comments

Comments
 (0)