Some checks failed
Pipeline / UI Lint (push) Successful in 57s
Pipeline / API Unit Tests (push) Successful in 13s
Pipeline / API Lint (push) Successful in 5s
Pipeline / UI Tests (push) Successful in 1m33s
Pipeline / API Integration Tests (push) Failing after 38s
Pipeline / Build & Push API Image (push) Has been skipped
Pipeline / Build & Push UI Image (push) Has been skipped
Gitea runs jobs in containers, so service containers are networked by name (same as GitHub Actions with container:). Postgres goes back into services: and is addressed as 'postgres', not localhost. MinIO stays as a manual docker run with --network container:$(hostname) since it needs `server /data` and is addressed as localhost. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>