Merge remote-tracking branch 'origin/wip/push-uncommitted' into fix/switch-to-npm-ci
Pull Request / unit-tests (pull_request) Successful in 2m9s
Pull Request / analyze-bump-type (pull_request) Successful in 15s
Pull Request / build-and-deploy-ci (pull_request) Failing after 37m9s

This commit is contained in:
2026-05-18 17:40:17 -07:00
30 changed files with 765 additions and 395 deletions
+5 -5
View File
@@ -132,11 +132,11 @@ When a PR is merged to `main`:
## Database Configuration for CI
### SQLite for CI Acceptance Tests
- **Why SQLite**: No database server required, perfect for CI environments
- **Usage**: PR workflow runs acceptance tests with SQLite database
- **Configuration**: `DATABASE_PROVIDER=sqlite`, `DATABASE_URL=file:./prisma/ci.db`
- **Benefits**: Fast, isolated, no external dependencies
### PostgreSQL for CI Acceptance Tests
- **Why PostgreSQL**: Matches production database, catches PG-specific issues
- **Usage**: PR workflow runs acceptance tests with PostgreSQL database
- **Configuration**: `CI_DATABASE_URL` secret, set as `DATABASE_URL` env var
- **Benefits**: Production-like environment, consistent with dev and prod
### PostgreSQL for Production
- **Usage**: Release workflow runs tests in Docker with PostgreSQL