Skip to content

Commit

Permalink
Update django.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafa13io authored May 21, 2024
1 parent f022be8 commit a08b732
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
POSTGRES_USER: ${{ secrets.POSTGRES_USER }}
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
POSTGRES_DB: "POSTGRES_DB"
POSTGRES_HOST: 127.0.0.1
working-directory: ./backend
- name: Create test_fixture.json
run: python backend/fixtures/generate_fixtures.py --test
Expand Down

0 comments on commit a08b732

Please sign in to comment.