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 d281b1a commit af03907Copy full SHA for af03907
.github/workflows/tests.yml
@@ -37,8 +37,8 @@ jobs:
37
cache-dependency-path: requirements/test.txt
38
- run: pip install -r requirements/test.txt
39
40
- - name: Check migrations
41
- run: python manage.py makemigrations --check
+ #- name: Check migrations
+ # run: python manage.py makemigrations --check
42
43
- name: Run tests and generate coverage reports
44
run: coverage run --source '.' manage.py test --settings=openstax.settings.test
0 commit comments