From 8f270212d2abc50988b4fa36a1d0fd8321b6888c Mon Sep 17 00:00:00 2001 From: nutrina Date: Fri, 17 May 2024 15:39:06 +0300 Subject: [PATCH] fix: running unittests for backend in api-ci-review.yml (#598) --- .github/workflows/api-ci-review.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/api-ci-review.yml b/.github/workflows/api-ci-review.yml index d134295a4..5cb9adf3e 100644 --- a/.github/workflows/api-ci-review.yml +++ b/.github/workflows/api-ci-review.yml @@ -80,6 +80,9 @@ jobs: env: CERAMIC_CACHE_SCORER_ID: "" SECRET_KEY: secret-test-value + DATABASE_URL: postgres://passport_scorer:passport_scorer_pwd@localhost:5432/passport_scorer + DATA_MODEL_DATABASE_URL: postgres://passport_scorer:passport_scorer_pwd@localhost:5432/passport_scorer + FF_API_ANALYTICS: on build-api: runs-on: ubuntu-latest