ci: small config change, trying to get ash subproject test working

This commit is contained in:
Zach Daniel 2024-04-05 19:37:07 -04:00
parent 9b4d795a01
commit e6d2f6695e

View file

@ -8,9 +8,9 @@ config :spark, :formatter,
config :ash_oban, test: true config :ash_oban, test: true
if Mix.env() == :test do config :ash_oban, ecto_repos: [AshOban.Test.Repo]
config :ash_oban, ecto_repos: [AshOban.Test.Repo]
if Mix.env() == :test do
config :ash_oban, :oban, config :ash_oban, :oban,
testing: :manual, testing: :manual,
repo: AshOban.Test.Repo, repo: AshOban.Test.Repo,