try gitea.local hostname
Some checks failed
Test / Run unit tests (pull_request) Failing after 2m12s
Test / Run integration tests (pull_request) Has started running

This commit is contained in:
Roy Crihfield 2023-07-11 19:27:09 +08:00
parent b7ec75238e
commit cd74e16abf
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ jobs:
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
DATABASE_HOSTNAME: gitea.local
run: |
docker compose -f test/compose.yml up --wait-timeout 30 -d
go test -v ./...

View File

@ -20,6 +20,6 @@ services:
POSTGRES_DB: "cerc_testing"
POSTGRES_PASSWORD: "password"
ports:
- "127.0.0.1:8077:5432"
- 8077:5432
# volumes:
# - ../indexer/database/file:/file_indexer