Commit 2001d83
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
0 commit comments