try dind hostname
Some checks failed
Test / Run unit tests (pull_request) Failing after 2m7s
Test / Run integration tests (pull_request) Failing after 12m24s

This commit is contained in:
Roy Crihfield 2023-07-11 18:28:53 +08:00
parent 5ab2e31433
commit b7ec75238e

View File

@ -25,6 +25,8 @@ jobs:
[[ -n "$TOKEN" ]]
git config --global url."https://$TOKEN:@git.vdb.to/".insteadOf "https://git.vdb.to/"
- name: "Run DB container"
env:
DATABASE_HOSTNAME: test-ipld-eth-db-1
run: |
docker compose -f test/compose.yml up --wait-timeout 30 -d
go test -v ./...