Commit d19b975 1 parent 1545428 commit d19b975 Copy full SHA for d19b975
File tree 1 file changed +15
-13
lines changed
1 file changed +15
-13
lines changed Original file line number Diff line number Diff line change @@ -47,11 +47,13 @@ jobs:
47
47
test :
48
48
docker :
49
49
- image : circleci/elixir:1.9.4
50
+ environment :
51
+ MIX_ENV : test
50
52
- 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
55
57
steps :
56
58
- checkout
57
59
- restore_cache :
@@ -131,15 +133,15 @@ workflows:
131
133
- format_check :
132
134
requires :
133
135
- 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
143
145
deploy_production :
144
146
jobs :
145
147
- build_production :
You can’t perform that action at this time.
0 commit comments