Skip to content

Commit

Permalink
fix: use new path ?
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee committed Sep 19, 2024
1 parent 3773a6a commit 197b9c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
pip install -r requirements/dev-requirements.txt
- name: Check for ungenerated database migrations
run: |
python ./app/manage.py makemigrations --check --dry-run
cd app
python manage.py makemigrations --check --dry-run
env:
DATABASE_URL: postgres://postgres:postgres@localhost:5432/pythonorg
- name: Run Tests
Expand Down

0 comments on commit 197b9c2

Please sign in to comment.