ci: set pg password for CI

This commit is contained in:
Zach Daniel 2024-04-05 19:59:39 -04:00
parent 6b6e3baa8f
commit 63d0437d6a

View file

@ -26,8 +26,10 @@ if Mix.env() == :test do
config :ash_oban, actor_persister: AshOban.Test.ActorPersister
# sobelow_skip ["Config.Secrets"]
config :ash_oban, AshOban.Test.Repo,
username: "postgres",
password: "postgres",
database: "ash_oban_test",
hostname: "localhost",
pool: Ecto.Adapters.SQL.Sandbox