fix: typo in CI environment definition
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Joao P Dubas
2022-04-22 15:14:31 +00:00
parent a310bc1d8b
commit 436517c404

View File

@@ -19,7 +19,7 @@ steps:
- while ! pg_isready; do sleep 1; done
- name: test
image: 'elixir:1.13.4'
environemnt:
environment:
MIX_ENV: test
POSTGRES_HOST: db
POSTGRES_USER: postgres