From 3f6859b2a4fb13166e445e96855a9f3c319dee52 Mon Sep 17 00:00:00 2001 From: Vincent Hardouin Date: Wed, 25 Sep 2024 23:27:24 +0200 Subject: [PATCH] chore: add ci --- .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 729d9e1..5223326 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,4 +41,4 @@ jobs: run: npm test env: NODE_ENV: test - TEST_DATABASE_URL: postgres://postgres:postgres@localhost:5432/test + TEST_DATABASE_API_URL: postgres://postgres:postgres@localhost:5432/test