remove dependencies
This commit is contained in:
parent
9ed2194d78
commit
b300a394bc
1 changed files with 0 additions and 4 deletions
|
|
@ -32,8 +32,6 @@ steps:
|
|||
|
||||
- name: wait_for_postgres
|
||||
image: docker.io/library/postgres:17.2
|
||||
depends_on:
|
||||
- postgres
|
||||
commands:
|
||||
# Wait for postgres to become available
|
||||
- |
|
||||
|
|
@ -50,8 +48,6 @@ steps:
|
|||
|
||||
- name: test
|
||||
image: docker.io/library/elixir:1.18.3-otp-27
|
||||
depends_on:
|
||||
- wait_for_postgres
|
||||
environment:
|
||||
MIX_ENV: test
|
||||
TEST_POSTGRES_HOST: postgres
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue