Skip to content

Commit

Permalink
fix: running unittests for backend in api-ci-review.yml (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
nutrina authored May 17, 2024
1 parent 426aca8 commit 8f27021
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/api-ci-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f27021

Please sign in to comment.