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:
@@ -132,7 +132,9 @@ exunit:
|
|||||||
variables:
|
variables:
|
||||||
MIX_ENV: test
|
MIX_ENV: test
|
||||||
before_script:
|
before_script:
|
||||||
- mix deps.get && mix tz_world.update
|
- mix deps.get
|
||||||
|
- mix compile
|
||||||
|
- mix tz_world.update
|
||||||
- mix ecto.create
|
- mix ecto.create
|
||||||
- mix ecto.migrate
|
- mix ecto.migrate
|
||||||
script:
|
script:
|
||||||
|
|||||||
Reference in New Issue
Block a user