From b216da96f50280a809f97537fee299cfc78a7c94 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Thu, 5 Mar 2026 10:32:20 -0600 Subject: [PATCH] docs: update changelog for global DATABASE_URL fix --- CHANGELOG.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 4dfb0bee..241b2c64 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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