Skip to content

Commit

Permalink
postgres environment variable added
Browse files Browse the repository at this point in the history
  • Loading branch information
GarvitSinghal47 committed Mar 6, 2024
1 parent f02c0f1 commit bd459d6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/morongo_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,11 @@ jobs:
run: python test/patch_pytest.py

- name: Run tests with PostgreSQL
env:
KOLIBRI_DATABASE_ENGINE: postgres
KOLIBRI_DATABASE_NAME: test
KOLIBRI_DATABASE_USER: postgres
KOLIBRI_DATABASE_PASSWORD: postgres
KOLIBRI_DATABASE_HOST: localhost
KOLIBRI_DATABASE_PORT: 5432
run: python -O -m pytest kolibri/core/auth/test/test_morango_integration.py

0 comments on commit bd459d6

Please sign in to comment.