docs: update changelog for global DATABASE_URL fix

This commit is contained in:
Graham McIntire 2026-03-05 10:32:20 -06:00
parent be72ff9f93
commit b216da96f5
No known key found for this signature in database

View file

@ -1,4 +1,11 @@
2026-03-05
ci: set DATABASE_URL globally for test job
- Move MIX_ENV and DATABASE_URL to job-level environment variables
- Ensures all database operations (ecto.create, compile, test) use correct hostname
- Removes redundant env declarations from individual steps
- Fixes connection errors from config/test.exs hardcoded localhost
Files: .forgejo/workflows/build.yaml
ci: install postgresql-client for pg_isready command
- Add postgresql-client to system dependencies installation
- Fixes "pg_isready: command not found" error in CI pipeline