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