ci: use libsqld server in CI instead of Turso CLI
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -13,10 +13,10 @@ jobs:
|
||||
- uses: oven-sh/setup-bun@v1
|
||||
- name: Install
|
||||
run: bun install
|
||||
- name: Install Turso CLI
|
||||
run: curl -sSfL https://get.tur.so/install.sh | bash
|
||||
- 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
|
||||
run: bun run test --dbCommand \"~/.cargo/bin/sqld --http-listen-addr=127.0.0.1:3000\"
|
||||
# TODO: uncomment this when https://github.com/cloudflare/workers-sdk/issues/5082 is fixed
|
||||
# - name: Verify env
|
||||
# run: bun env:verify
|
||||
|
||||
Reference in New Issue
Block a user