From 1b606534c5e839e40a8aa8b5db58896fedb223b8 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Sat, 7 Mar 2026 13:16:27 -0600 Subject: [PATCH] fix: set DATABASE_HOST for compile step --- .forgejo/workflows/production.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/production.yaml b/.forgejo/workflows/production.yaml index fe23861e..53858244 100644 --- a/.forgejo/workflows/production.yaml +++ b/.forgejo/workflows/production.yaml @@ -64,6 +64,8 @@ jobs: run: mix compile --warnings-as-errors env: MIX_ENV: test + DATABASE_HOST: postgres + DATABASE_PORT: 5432 - name: Run tests run: mix test