Skip to content

Commit

Permalink
Add working directory for database migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
FeloxleF committed Mar 16, 2024
1 parent d5a7384 commit 03a12e0
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 @@ -43,6 +43,7 @@ jobs:
# python manage.py makemigrations
# python manage.py migrate
- name: Run database migrations
working-directory: ./activmindback
run: |
python manage.py migrate --database=test
- name: Run Tests
Expand Down

0 comments on commit 03a12e0

Please sign in to comment.