Skip to content

Commit

Permalink
Fix test containers
Browse files Browse the repository at this point in the history
  • Loading branch information
Argonus committed Feb 24, 2024
1 parent 97b81f0 commit 4322c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ defmodule Kayrock.MixProject do

defp integration_test_deps(deps_list) do
if Version.match?(System.version(), ">= 1.13.0") do
[{:testcontainers, "~> 1.6", only: [:dev, :test]} | deps_list]
[{:testcontainers, "~> 1.6", only: :test} | deps_list]
else
deps_list
end
Expand Down

0 comments on commit 4322c59

Please sign in to comment.