ci: fix Gitlab CI exunit run by separating mix compile and tz_world.update
Reference https://github.com/kimlai/tz_world/issues/33 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
89b57a5ec1
commit
5999252e02
|
@ -132,7 +132,9 @@ exunit:
|
|||
variables:
|
||||
MIX_ENV: test
|
||||
before_script:
|
||||
- mix deps.get && mix tz_world.update
|
||||
- mix deps.get
|
||||
- mix compile
|
||||
- mix tz_world.update
|
||||
- mix ecto.create
|
||||
- mix ecto.migrate
|
||||
script:
|
||||
|
|
Loading…
Reference in New Issue