debug compose failure
This commit is contained in:
parent
d4eca6a287
commit
52b5c47135
@ -26,9 +26,11 @@ jobs:
|
||||
git config --global url."https://$TOKEN:@git.vdb.to/".insteadOf "https://git.vdb.to/"
|
||||
- name: "Run DB container"
|
||||
env:
|
||||
DATABASE_HOSTNAME: gitea.local
|
||||
DATABASE_HOSTNAME: http://gitea.local
|
||||
run: |
|
||||
docker compose -f test/compose.yml up --wait-timeout 30 -d
|
||||
set -x
|
||||
docker compose -f test/compose.yml up --wait --attach ipld-eth-db
|
||||
docker ps
|
||||
go test -v ./...
|
||||
# - name: "Run tests"
|
||||
# run: go test -v ./...
|
||||
|
Loading…
Reference in New Issue
Block a user