Sets up the test database by starting Docker containers and running migrations.
Usage
mix pgflow.test.setup
What It Does
- Starts Docker Compose services defined in test/support/db/compose.yaml
- Waits for PostgreSQL to be ready
- The pgflow schema is automatically loaded via init scripts