Update tz_world before running tests

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-10-11 18:28:28 +02:00
parent d4b6fb2b49
commit 6e136ff8b5

View File

@@ -112,6 +112,7 @@ exunit-1.11:
before_script:
- mix deps.clean --all
- mix deps.get
- mix tz_world.update
- mix ecto.create
- mix ecto.migrate
script:
@@ -127,6 +128,7 @@ exunit:
MIX_ENV: test
before_script:
- mix deps.get
- mix tz_world.update
- mix ecto.create
- mix ecto.migrate
script: