Update tz_world before running tests
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
d4b6fb2b49
commit
6e136ff8b5
|
@ -112,6 +112,7 @@ exunit-1.11:
|
||||||
before_script:
|
before_script:
|
||||||
- mix deps.clean --all
|
- mix deps.clean --all
|
||||||
- mix deps.get
|
- mix deps.get
|
||||||
|
- mix tz_world.update
|
||||||
- mix ecto.create
|
- mix ecto.create
|
||||||
- mix ecto.migrate
|
- mix ecto.migrate
|
||||||
script:
|
script:
|
||||||
|
@ -127,6 +128,7 @@ exunit:
|
||||||
MIX_ENV: test
|
MIX_ENV: test
|
||||||
before_script:
|
before_script:
|
||||||
- mix deps.get
|
- mix deps.get
|
||||||
|
- mix tz_world.update
|
||||||
- mix ecto.create
|
- mix ecto.create
|
||||||
- mix ecto.migrate
|
- mix ecto.migrate
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue