fix: set DATABASE_HOST for compile step

This commit is contained in:
Graham McIntire 2026-03-07 13:16:27 -06:00
parent d0fe39b0af
commit 1b606534c5
No known key found for this signature in database

View file

@ -64,6 +64,8 @@ jobs:
run: mix compile --warnings-as-errors
env:
MIX_ENV: test
DATABASE_HOST: postgres
DATABASE_PORT: 5432
- name: Run tests
run: mix test