Set up basic CI
This commit is contained in:
parent
86437cbb9d
commit
0a16263a96
8 changed files with 97 additions and 9 deletions
|
|
@ -8,7 +8,7 @@ import Config
|
|||
config :mv, Mv.Repo,
|
||||
username: "postgres",
|
||||
password: "postgres",
|
||||
hostname: "localhost",
|
||||
hostname: System.get_env("TEST_POSTGRES_HOST", "localhost"),
|
||||
database: "mv_test#{System.get_env("MIX_TEST_PARTITION")}",
|
||||
pool: Ecto.Adapters.SQL.Sandbox,
|
||||
pool_size: System.schedulers_online() * 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue