We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6acdf76 commit 8d23ba2Copy full SHA for 8d23ba2
.github/workflows/ci.yml
@@ -49,12 +49,15 @@ jobs:
49
pip install -r requirements/dev-requirements.txt
50
- name: Check for ungenerated database migrations
51
run: |
52
+ export PYTHONPATH=$PYTHONPATH:${{ github.workspace }}/app
53
cd app
54
python manage.py makemigrations --check --dry-run
55
env:
56
DATABASE_URL: postgres://postgres:postgres@localhost:5432/pythonorg
57
- name: Run Tests
58
59
60
+ cd app
61
python -Wd -m coverage run manage.py test -v2
62
63
0 commit comments