Set up basic CI
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error

This commit is contained in:
Rafael Epplée 2025-04-21 12:49:50 +02:00
parent 86437cbb9d
commit 07fd2df09b
No known key found for this signature in database
GPG key ID: B4EFE6DC59FAE118
5 changed files with 44 additions and 8 deletions

View file

@ -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