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 @@ -202,7 +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
205+ mv build/test ./android- test
206206 rm -rf build # free space for the emulator
207207 echo "::endgroup::"
208208
@@ -218,7 +218,7 @@ jobs:
218218 adb push ${{ github.workspace }}/. /data/local/tmp/
219219 adb shell "mv -f /data/local/tmp/sqlite3 /system/xbin"
220220 npx @playwright/mcp@latest --port 8931 --headless & sleep 3
221- adb shell "cd /data/local/tmp && sqlite3 \":memory:\" -cmd \".bail on\" \".load ./dist/mcp\" \"SELECT mcp_version();\" && ./test"
221+ adb shell "cd /data/local/tmp && sqlite3 \":memory:\" -cmd \".bail on\" \".load ./dist/mcp\" \"SELECT mcp_version();\" && ./android- test"
222222
223223 - name : linux-musl x86_64 test sqlite-mcp
224224 if : matrix.name == 'linux-musl' && matrix.arch == 'x86_64'
You can’t perform that action at this time.
0 commit comments