Skip to content

Commit 38fd0c5

Browse files
committed
fix(android/workflow): rename test script from 'test' to 'android-test' to avoid 'test' folder conflict
1 parent a753a83 commit 38fd0c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)