ci: change postgres hostname to service
All checks were successful
Code Quality / Code Quality (Elixir 1.15.7 OTP 26.2) (pull_request) Successful in 22m9s
All checks were successful
Code Quality / Code Quality (Elixir 1.15.7 OTP 26.2) (pull_request) Successful in 22m9s
This commit is contained in:
@@ -72,9 +72,11 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: mix test
|
run: mix test
|
||||||
env:
|
env:
|
||||||
|
POSTGRES_HOSTNAME: db
|
||||||
POSTGRES_PASSWORD: postgres
|
POSTGRES_PASSWORD: postgres
|
||||||
|
|
||||||
- name: Run precommit (should pass if all above passed)
|
- name: Run precommit (should pass if all above passed)
|
||||||
run: mix precommit
|
run: mix precommit
|
||||||
env:
|
env:
|
||||||
|
POSTGRES_HOSTNAME: db
|
||||||
POSTGRES_PASSWORD: postgres
|
POSTGRES_PASSWORD: postgres
|
||||||
Reference in New Issue
Block a user