The test alias was prompting 'Are you sure you want to proceed?' when the database structure was already loaded, requiring manual confirmation on every test run. Add --skip-if-loaded flag to ecto.load command so it silently skips structure loading if schema_migrations table already exists. Now 'mix test' runs without user interaction. |
||
|---|---|---|
| .. | ||
| migrations | ||
| seeds.exs | ||
| structure.sql | ||