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
|
- name: wait_for_postgres
|
||||||
image: docker.io/library/postgres:17.2
|
image: docker.io/library/postgres:17.2
|
||||||
depends_on:
|
|
||||||
- postgres
|
|
||||||
commands:
|
commands:
|
||||||
# Wait for postgres to become available
|
# Wait for postgres to become available
|
||||||
- |
|
- |
|
||||||
|
|
@ -50,8 +48,6 @@ steps:
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
image: docker.io/library/elixir:1.18.3-otp-27
|
image: docker.io/library/elixir:1.18.3-otp-27
|
||||||
depends_on:
|
|
||||||
- wait_for_postgres
|
|
||||||
environment:
|
environment:
|
||||||
MIX_ENV: test
|
MIX_ENV: test
|
||||||
TEST_POSTGRES_HOST: postgres
|
TEST_POSTGRES_HOST: postgres
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue