|
Some checks failed
Build and Push / Build and Push Docker Image (push) Has been cancelled
- nix/shell.nix: remove export MIX_ENV=dev — it overrode Mix's automatic env selection, causing mix test to load dev config with no sandbox pool - config/runtime.exs: use Ecto.Adapters.SQL.Sandbox pool (not DBConnection.Ownership) for test env — test_helper.exs uses the Sandbox API which requires the sandbox pool type - test/test_helper.exs: silence NarrFetchWorker and ObanErrorReporter log noise at :critical level — expected error-path output when inline Oban jobs hit stubbed HTTP 500s |
||
|---|---|---|
| .. | ||
| config.exs | ||
| dev.exs | ||
| prod.exs | ||
| runtime.exs | ||
| test.exs | ||