File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -202,6 +202,7 @@ jobs:
202202
203203 echo "::group::prepare the test script"
204204 make test PLATFORM=$PLATFORM ARCH=$ARCH || echo "It should fail. Running remaining commands in the emulator"
205+ mv build/test ./test
205206 rm -rf build # free space for the emulator
206207 echo "::endgroup::"
207208
@@ -217,7 +218,7 @@ jobs:
217218 adb push ${{ github.workspace }}/. /data/local/tmp/
218219 adb shell "mv -f /data/local/tmp/sqlite3 /system/xbin"
219220 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+ adb shell "cd /data/local/tmp && sqlite3 \":memory:\" -cmd \".bail on\" \".load ./dist/mcp\" \"SELECT mcp_version();\" && ./test"
221222
222223 - name : linux-musl x86_64 test sqlite-mcp
223224 if : matrix.name == 'linux-musl' && matrix.arch == 'x86_64'
You can’t perform that action at this time.
0 commit comments