From f7aa696f552eb966672b637c4c22e92d1c761dd1 Mon Sep 17 00:00:00 2001 From: kyuno Date: Thu, 27 Aug 2026 19:32:53 +0200 Subject: [PATCH] Actualiser .github/workflows/ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 687a521..9163a6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ on: push: env: - DATABASE_URL: "postgresql://ci:ci@localhost:5433/batchcooking_ci?schema=public" + DATABASE_URL: "postgresql://ci:ci@postgres:5432/batchcooking_ci?schema=public" # Test-only secret, never used outside CI — real deployments must set their own. JWT_SECRET: "ci-only-secret-not-used-anywhere-else-32chars+" # Same reasoning as JWT_SECRET above — lets tech-step-worker.routes.test.ts