try dind hostname
This commit is contained in:
parent
5ab2e31433
commit
b7ec75238e
@ -25,6 +25,8 @@ jobs:
|
|||||||
[[ -n "$TOKEN" ]]
|
[[ -n "$TOKEN" ]]
|
||||||
git config --global url."https://$TOKEN:@git.vdb.to/".insteadOf "https://git.vdb.to/"
|
git config --global url."https://$TOKEN:@git.vdb.to/".insteadOf "https://git.vdb.to/"
|
||||||
- name: "Run DB container"
|
- name: "Run DB container"
|
||||||
|
env:
|
||||||
|
DATABASE_HOSTNAME: test-ipld-eth-db-1
|
||||||
run: |
|
run: |
|
||||||
docker compose -f test/compose.yml up --wait-timeout 30 -d
|
docker compose -f test/compose.yml up --wait-timeout 30 -d
|
||||||
go test -v ./...
|
go test -v ./...
|
||||||
|
Loading…
Reference in New Issue
Block a user