mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-22 07:52:43 +00:00
added ecto migrate before script (with not much hope)
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
a9fe91fc23
commit
bdb95d3a9e
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ before_script:
|
|||
- mix local.rebar --force
|
||||
- mix local.hex --force
|
||||
- mix deps.get
|
||||
- MIX_ENV=test mix ecto.create
|
||||
- MIX_ENV=test mix ecto.migrate
|
||||
|
||||
mix:
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue