Skip to content

Commit 7377440

Browse files
committed
fix(workflow): typo in android test emulator script
1 parent 6c17daf commit 7377440

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
@@ -216,7 +216,7 @@ jobs:
216216
adb remount
217217
adb push ${{ github.workspace }}/. /data/local/tmp/
218218
adb shell "mv -f /data/local/tmp/sqlite3 /system/xbin"
219-
npx @playwright/mcp@latest --port 8931 --headless & sleep 3 && \
219+
npx @playwright/mcp@latest --port 8931 --headless & sleep 3
220220
adb shell "cd /data/local/tmp && sqlite3 \":memory:\" -cmd \".bail on\" \".load ./dist/mcp\" \"SELECT mcp_version();\" && ./build/test"
221221
222222
- name: linux-musl x86_64 test sqlite-mcp

0 commit comments

Comments
 (0)