From e6d2f6695ea514f3ba5e943b00e73603a7956bfd Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Fri, 5 Apr 2024 19:37:07 -0400 Subject: [PATCH] ci: small config change, trying to get ash subproject test working --- config/config.exs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.exs b/config/config.exs index e9d464d..62267d8 100644 --- a/config/config.exs +++ b/config/config.exs @@ -8,9 +8,9 @@ config :spark, :formatter, 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, testing: :manual, repo: AshOban.Test.Repo,