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 0316d3a commit 00b4a7f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@ jobs:
pip install -r requirements.txt
working-directory: ./backend
- name: Test migrations
run: python manage.py migrate --no-input
run: |
echo ||||||||||||||||||||||||||||||||||||||||||||||||||||||
echo $POSTGRES_HOST
echo ||||||||||||||||||||||||||||||||||||||||||||||||||||||
python manage.py migrate --no-input
working-directory: ./backend
- name: Create test_fixture.json
run: |
Expand Down

0 comments on commit 00b4a7f

Please sign in to comment.