fix: set DATABASE_HOST for compile step
This commit is contained in:
parent
d0fe39b0af
commit
1b606534c5
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue