Skip to content

Commit

Permalink
pytest environment
Browse files Browse the repository at this point in the history
changed old pytest env with the new one
  • Loading branch information
theShinigami committed Oct 17, 2024
1 parent 86f0dff commit bd5c882
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ jobs:
run: |
pytest
env:
DB_USER: postgres
DB_PASSWORD: postgres
DB_NAME: djangocon_africa
DB_HOST: localhost
DJANGO_SETTINGS_MODULE: core.settings
DATABASE_HOST: localhost
DATABASE_PORT: 5432
DATABASE_USER: postgres
DATABASE_PASSWORD: postgres
DATABASE_NAME: djangocon_africa

0 comments on commit bd5c882

Please sign in to comment.