Skip to content

Commit d19b975

Browse files
committed
Bug fix: invalid config.yml
1 parent 1545428 commit d19b975

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

.circleci/config.yml

+15-13
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,13 @@ jobs:
4747
test:
4848
docker:
4949
- image: circleci/elixir:1.9.4
50+
environment:
51+
MIX_ENV: test
5052
- image: circleci/postgres:10.1-alpine
51-
environment:
52-
POSTGRES_USER: postgres
53-
POSTGRES_DB: ez_coins_test
54-
POSTGRES_PASSWORD: postgres
53+
environment:
54+
POSTGRES_USER: postgres
55+
POSTGRES_DB: ez_coins_test
56+
POSTGRES_PASSWORD: postgres
5557
steps:
5658
- checkout
5759
- restore_cache:
@@ -131,15 +133,15 @@ workflows:
131133
- format_check:
132134
requires:
133135
- build_test
134-
- generate_documentation:
135-
requires:
136-
- build_test
137-
- dialyzer:
138-
requires:
139-
- build_test
140-
- test:
141-
requires:
142-
- build_test
136+
- generate_documentation:
137+
requires:
138+
- build_test
139+
- dialyzer:
140+
requires:
141+
- build_test
142+
- test:
143+
requires:
144+
- build_test
143145
deploy_production:
144146
jobs:
145147
- build_production:

0 commit comments

Comments
 (0)