ci: add TEST_DB_HOST env var for service container connectivity
Backend Tests / test (push) Failing after 58s
Backend Tests / test (push) Failing after 58s
This commit is contained in:
@@ -58,7 +58,7 @@ jobs:
|
||||
working-directory: backend
|
||||
run: go test -tags "test,dev" -count=1 -v -timeout 120s ./handlers/... ./auth/... ./mw/... ./internal/... ./db/...
|
||||
env:
|
||||
PGHOST: postgres
|
||||
TEST_DB_HOST: postgres
|
||||
PGUSER: myuser
|
||||
PGPASSWORD: mypassword
|
||||
PGDATABASE: mydb
|
||||
|
||||
Reference in New Issue
Block a user