Add basic CI setup (#30)
All checks were successful
continuous-integration/drone/push Build is passing

Co-authored-by: Rafael Epplée <hello@rafa.ee>
Reviewed-on: #30
Co-authored-by: Moritz <moritz.m@local-it.org>
Co-committed-by: Moritz <moritz.m@local-it.org>
This commit is contained in:
Moritz 2025-04-28 14:24:30 +02:00 committed by moritz
parent 2116ee1e91
commit 77632bedec
8 changed files with 102 additions and 9 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