ci: fix quality checks pipeline #5

Merged
schuwi merged 2 commits from schuwi-patch-1 into main 2025-09-20 18:58:40 +02:00
Showing only changes of commit 49b639e422 - Show all commits

View File

@@ -8,7 +8,7 @@ import Config
config :components_elixir, ComponentsElixir.Repo, config :components_elixir, ComponentsElixir.Repo,
username: "postgres", username: "postgres",
password: System.get_env("POSTGRES_PASSWORD") || "fCnPB8VQdPkhJAD29hq6sZEY", password: System.get_env("POSTGRES_PASSWORD") || "fCnPB8VQdPkhJAD29hq6sZEY",
hostname: "localhost", hostname: System.get_env("POSTGRES_HOSTNAME") || "localhost",
database: "components_elixir_test#{System.get_env("MIX_TEST_PARTITION")}", database: "components_elixir_test#{System.get_env("MIX_TEST_PARTITION")}",
pool: Ecto.Adapters.SQL.Sandbox, pool: Ecto.Adapters.SQL.Sandbox,
pool_size: System.schedulers_online() * 2 pool_size: System.schedulers_online() * 2