Skip to content

Commit

Permalink
Fix manage.py path
Browse files Browse the repository at this point in the history
  • Loading branch information
pingiun committed Nov 17, 2024
1 parent 58aa79c commit 4978e29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
pip install -r requirements.txt
- name: Run Tests
run: |
python src/manage.py test
python manage.py test
- name: Run Django Check
run: |
python src/manage.py check
python manage.py check
- name: Check migrations
run: |
python src/manage.py makemigrations --check
python manage.py makemigrations --check

0 comments on commit 4978e29

Please sign in to comment.