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 2b29df2 commit 7caa389Copy full SHA for 7caa389
.github/workflows/main.yml
@@ -220,7 +220,7 @@ jobs:
220
adb shell "mv -f /data/local/tmp/sqlite3 /system/xbin"
221
adb reverse tcp:8931 tcp:8931
222
adb shell "cd /data/local/tmp && sqlite3 \":memory:\" -cmd \".bail on\" \".load ./dist/mcp\" \"SELECT mcp_version();\" && ./android-test"
223
- pkill -f "@playwright/mcp"
+ exit 0
224
225
- name: linux-musl x86_64 test sqlite-mcp
226
if: matrix.name == 'linux-musl' && matrix.arch == 'x86_64'
0 commit comments