debug compose failure
Some checks failed
Test / Run unit tests (pull_request) Failing after 47s
Test / Run integration tests (pull_request) Failing after 13m24s

This commit is contained in:
Roy Crihfield 2023-07-11 19:36:59 +08:00
parent d4eca6a287
commit 52b5c47135

View File

@ -26,9 +26,11 @@ jobs:
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: env:
DATABASE_HOSTNAME: gitea.local DATABASE_HOSTNAME: http://gitea.local
run: | 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 ./... go test -v ./...
# - name: "Run tests" # - name: "Run tests"
# run: go test -v ./... # run: go test -v ./...