We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 445d69a commit 246a5aaCopy full SHA for 246a5aa
.github/workflows/ci.yml
@@ -102,7 +102,7 @@ jobs:
102
run: emulator -list-avds
103
104
- 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 &
+ 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 &
106
107
- name: ADB Wait For Device
108
run: adb wait-for-any-device
@@ -118,5 +118,5 @@ jobs:
118
cd PackageDemo
119
swift package init
120
swift test
121
- skip android test --arch ${EMULATOR_ARCH}
+ skip android test --verbose --arch ${EMULATOR_ARCH}
122
0 commit comments