Skip to content

Commit 246a5aa

Browse files
committed
Run emulator with nohup to reduce the chance of it being killed
1 parent 445d69a commit 246a5aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
run: emulator -list-avds
103103

104104
- name: Emulator - Boot
105-
run: emulator -memory 4096 -avd "${ANDROID_EMULATOR_NAME}" -wipe-data -no-window -accel off -no-accel -gpu "${EMULATOR_GPU}" -no-snapshot -noaudio -no-boot-anim &
105+
run: nohup emulator -memory 4096 -avd "${ANDROID_EMULATOR_NAME}" -wipe-data -no-window -accel off -no-accel -gpu "${EMULATOR_GPU}" -no-snapshot -noaudio -no-boot-anim &
106106

107107
- name: ADB Wait For Device
108108
run: adb wait-for-any-device
@@ -118,5 +118,5 @@ jobs:
118118
cd PackageDemo
119119
swift package init
120120
swift test
121-
skip android test --arch ${EMULATOR_ARCH}
121+
skip android test --verbose --arch ${EMULATOR_ARCH}
122122

0 commit comments

Comments
 (0)