debug compose host
Some checks failed
Test / Run unit tests (pull_request) Failing after 2m1s
Test / Run integration tests (pull_request) Failing after 16m40s

This commit is contained in:
Roy Crihfield 2023-07-12 16:04:01 +08:00
parent df0e68abb2
commit ab1c43e34f

View File

@ -32,6 +32,7 @@ jobs:
docker compose -f test/compose.yml up --attach ipld-eth-db &
sleep 60
docker ps
apt-get update && apt-get install -y netcat
nc -v $DATABASE_HOSTNAME 8077
go test -v ./...
# - name: "Run tests"