Skip to content

Commit

Permalink
Use latest sqld server
Browse files Browse the repository at this point in the history
main tag isn't used anymore
  • Loading branch information
ipmb committed May 30, 2024
1 parent 148ab04 commit 8b8bc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
nslookup db.local
nslookup otherdb.local
# Start the server
docker run --rm --detach -p 8080:8080 -p 9090:9090 --name sqld -e RUST_LOG=sqld=debug,info ghcr.io/tursodatabase/libsql-server:main /bin/sqld --admin-listen-addr 0.0.0.0:9090 --enable-namespaces
docker run --rm --detach -p 8080:8080 -p 9090:9090 --name sqld -e RUST_LOG=sqld=debug,info ghcr.io/tursodatabase/libsql-server:latest /bin/sqld --admin-listen-addr 0.0.0.0:9090 --enable-namespaces
sleep 5
curl -sv test-db.local:8080
curl -sv test-otherdb.local:8080
Expand Down

0 comments on commit 8b8bc4d

Please sign in to comment.