From 6ec6aa2aa78dd36d01804cf063739e31c667c028 Mon Sep 17 00:00:00 2001 From: Fergus Molloy Date: Mon, 28 Jul 2025 02:01:47 +0100 Subject: [PATCH] add database url for sqlx --- .gitea/workflows/backend.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/backend.yaml b/.gitea/workflows/backend.yaml index a2c5b40..dff7288 100644 --- a/.gitea/workflows/backend.yaml +++ b/.gitea/workflows/backend.yaml @@ -76,6 +76,7 @@ jobs: run: ./scripts/test.sh env: POSTGRES_URL: "postgresql://postgres:postgres@postgres:5432" + DATABASE_URL: "postgresql://postgres:postgres@postgres:5432" - name: Upload Test Logs if: ${{ failure() }} uses: actions/upload-artifact@v3