debug compose
Some checks failed
Test / Run unit tests (pull_request) Failing after 2m17s
Test / Run integration tests (pull_request) Failing after 13m6s

This commit is contained in:
Roy Crihfield 2023-07-11 19:56:11 +08:00
parent 52b5c47135
commit e2ee181782

View File

@ -29,7 +29,8 @@ jobs:
DATABASE_HOSTNAME: http://gitea.local
run: |
set -x
docker compose -f test/compose.yml up --wait --attach ipld-eth-db
docker compose -f test/compose.yml up --attach ipld-eth-db &
sleep 10
docker ps
go test -v ./...
# - name: "Run tests"