Skip to content

Commit 2001d83

Browse files
khamilowiczclaude
andcommitted
Share top-level deps path in logger_test project
logger_test/mix.exs was missing the deps_path/lockfile overrides that every other test_projects/* project uses, so mix test tried to fetch its own deps instead of reusing the already-fetched top-level ones, failing CI with "dependency not available". Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent d26dbae commit 2001d83

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test_projects/logger_test/mix.exs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ defmodule LoggerTest.MixProject do
77
version: "0.1.0",
88
elixir: "~> 1.14",
99
start_permanent: Mix.env() == :prod,
10+
deps_path: "../../deps",
11+
lockfile: "../../mix.lock",
1012
deps: deps(),
1113
aliases: aliases(),
1214
compilers: [:unifex, :bundlex] ++ Mix.compilers(),

0 commit comments

Comments
 (0)