Skip to content

Commit

Permalink
small fix for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed May 25, 2017
1 parent d3ceb52 commit 83a3c08
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/test_helper.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Mix.Task.run "ecto.create"
Mix.Task.run "ecto.migrate"
Mix.Task.run "ecto.create", ~w(-r PaperTrail.Repo)
Mix.Task.run "ecto.migrate", ~w(-r PaperTrail.Repo)
Mix.Task.run "ecto.migrate", ~w(-r PaperTrail.UUIDRepo)

PaperTrail.Repo.start_link
PaperTrail.UUIDRepo.start_link
Expand Down

0 comments on commit 83a3c08

Please sign in to comment.