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
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 2 additions and 0 deletions

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: