Skip to content

Commit

Permalink
chore: update test/dev config
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Apr 5, 2024
1 parent 0abd8d1 commit 40a2295
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions config/config.exs
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import Config

if Mix.env() == :test do
config :ash, :validate_domain_resource_inclusion?, false
config :ash, :validate_domain_config_inclusion?, false
end
config :ash, :validate_domain_resource_inclusion?, false
config :ash, :validate_domain_config_inclusion?, false

if Mix.env() == :dev do
config :git_ops,
Expand Down

0 comments on commit 40a2295

Please sign in to comment.