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 6c17daf commit 7377440Copy full SHA for 7377440
.github/workflows/main.yml
@@ -216,7 +216,7 @@ jobs:
216
adb remount
217
adb push ${{ github.workspace }}/. /data/local/tmp/
218
adb shell "mv -f /data/local/tmp/sqlite3 /system/xbin"
219
- npx @playwright/mcp@latest --port 8931 --headless & sleep 3 && \
+ npx @playwright/mcp@latest --port 8931 --headless & sleep 3
220
adb shell "cd /data/local/tmp && sqlite3 \":memory:\" -cmd \".bail on\" \".load ./dist/mcp\" \"SELECT mcp_version();\" && ./build/test"
221
222
- name: linux-musl x86_64 test sqlite-mcp
0 commit comments