Thanks to visit codestin.com Credit goes to github.com
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 b12479f commit 240865eCopy full SHA for 240865e
1 file changed
.github/workflows/ci.yml
@@ -35,6 +35,11 @@ jobs:
35
run: |
36
pip install -U pip setuptools wheel
37
pip install -r dev-requirements.txt
38
+ - name: Check for ungenerated database migrations
39
+ run: |
40
+ python manage.py makemigrations --check --dry-run
41
+ env:
42
+ DATABASE_URL: postgres://postgres:postgres@localhost:5432/pythonorg
43
- name: Run Tests
44
45
python -Wd -m coverage run manage.py test -v2
0 commit comments