Skip to content

Commit

Permalink
Update database migration commands
Browse files Browse the repository at this point in the history
  • Loading branch information
FeloxleF committed Mar 18, 2024
1 parent 893d8d1 commit 54626bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
- name: Run database migrations
working-directory: ./activmindback
run: |
python manage.py makemigrations --database=test
python manage.py migrate --database=test
python manage.py makemigrations
python manage.py migrate
- name: Run Tests
working-directory: ./activmindback
run: python manage.py test

0 comments on commit 54626bd

Please sign in to comment.