fix: db port used in tests

This commit is contained in:
2024-06-13 05:53:37 -04:00
parent 168ea0a88f
commit 64b144612a
3 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- name: Install libsql server
run: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/tursodatabase/libsql/releases/download/libsql-server-v0.24.14/libsql-server-installer.sh | sh
- name: Test
run: bun run test --dbCommand \"~/.cargo/bin/sqld --http-listen-addr=127.0.0.1:3000\"
run: bun run test --dbCommand \"~/.cargo/bin/sqld --http-listen-addr=127.0.0.1:3001\"
# TODO: uncomment this when https://github.com/cloudflare/workers-sdk/issues/5082 is fixed
# - name: Verify env
# run: bun env:verify