Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmb committed Dec 22, 2023
1 parent d6e9404 commit 2f4b422
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
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
sleep 5
curl -sv testdb.local:8080
curl -sv testotherdb.local:8080
- name: Install system packages for Django's Python test dependencies
run: |
sudo apt-get update
Expand Down

0 comments on commit 2f4b422

Please sign in to comment.