From f19365e20e48f65f60036ed0f2fd57bfc27e21b5 Mon Sep 17 00:00:00 2001 From: kyuno Date: Thu, 27 Aug 2026 18:55:05 +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 8a24d8f..687a521 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ on: push: env: - DATABASE_URL: "postgresql://ci:ci@localhost:5432/batchcooking_ci?schema=public" + DATABASE_URL: "postgresql://ci:ci@localhost:5433/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