Skip to content

Commit 7caa389

Browse files
committed
fix(android/workflow): exit manually from android emulator test script
1 parent 2b29df2 commit 7caa389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
adb shell "mv -f /data/local/tmp/sqlite3 /system/xbin"
221221
adb reverse tcp:8931 tcp:8931
222222
adb shell "cd /data/local/tmp && sqlite3 \":memory:\" -cmd \".bail on\" \".load ./dist/mcp\" \"SELECT mcp_version();\" && ./android-test"
223-
pkill -f "@playwright/mcp"
223+
exit 0
224224
225225
- name: linux-musl x86_64 test sqlite-mcp
226226
if: matrix.name == 'linux-musl' && matrix.arch == 'x86_64'

0 commit comments

Comments
 (0)