File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -213,14 +213,14 @@ jobs:
213213 api-level : 26
214214 arch : ${{ matrix.arch }}
215215 script : |
216- npx @playwright/mcp@latest --port 8931 --headless & NPX_PID=$!; sleep 15
216+ npx @playwright/mcp@latest --port 8931 --headless & sleep 10
217217 adb root
218218 adb remount
219219 adb push ${{ github.workspace }}/. /data/local/tmp/
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- kill $NPX_PID
223+ pkill -f "@playwright/mcp"
224224
225225 - name : linux-musl x86_64 test sqlite-mcp
226226 if : matrix.name == 'linux-musl' && matrix.arch == 'x86_64'
You can’t perform that action at this time.
0 commit comments