fix: use Docker network for postgres, set PGHOST to avoid port conflicts
Some checks failed
Elixir CI / Dialyzer (push) Failing after 8s
Elixir CI / Build and test (push) Failing after 19s
Elixir CI / Build and Push Docker Image (push) Has been skipped

This commit is contained in:
Graham McIntire 2026-07-27 12:57:27 -05:00
parent f171dac36e
commit f69fdcad48
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59

View file

@ -17,8 +17,6 @@ jobs:
POSTGRES_PASSWORD: postgres
POSTGRES_USER: postgres
POSTGRES_DB: aprsme_test
ports:
- 5432:5432
options: >-
--health-cmd "pg_isready -U postgres"
--health-interval 10s
@ -27,6 +25,7 @@ jobs:
env:
MIX_ENV: test
ImageOS: ubuntu24
PGHOST: postgres
steps:
- name: Configure git for submodules