fix: typo in CI environment definition
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
@@ -19,7 +19,7 @@ steps:
|
|||||||
- while ! pg_isready; do sleep 1; done
|
- while ! pg_isready; do sleep 1; done
|
||||||
- name: test
|
- name: test
|
||||||
image: 'elixir:1.13.4'
|
image: 'elixir:1.13.4'
|
||||||
environemnt:
|
environment:
|
||||||
MIX_ENV: test
|
MIX_ENV: test
|
||||||
POSTGRES_HOST: db
|
POSTGRES_HOST: db
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
|
Reference in New Issue
Block a user