|
Some checks failed
Build and Push / Build and Push Docker Image (push) Failing after 5m12s
- Use DBConnection.Ownership pool (not Ecto.Adapters.SQL.Sandbox) to satisfy Ecto 3.14's Sandbox.start_owner!/2 pool check - Set pool in config/test.exs and config/runtime.exs before app start - mix test --no-start via alias prevents Mix from launching app before test_helper can configure the sandbox pool - ExUnit.start() without capture_log: true avoids Logger cascade - :auto sandbox mode lets background processes (migrations, backfill, Oban) access the DB during Application boot - Load test support modules and dep ebin paths in test_helper for Elixir 1.20 lazy test compilation |
||
|---|---|---|
| .. | ||
| config.exs | ||
| dev.exs | ||
| prod.exs | ||
| runtime.exs | ||
| test.exs | ||