Skip to content

Commit af03907

Browse files
committed
is it just migration check?
1 parent d281b1a commit af03907

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
cache-dependency-path: requirements/test.txt
3838
- run: pip install -r requirements/test.txt
3939

40-
- name: Check migrations
41-
run: python manage.py makemigrations --check
40+
#- name: Check migrations
41+
# run: python manage.py makemigrations --check
4242

4343
- name: Run tests and generate coverage reports
4444
run: coverage run --source '.' manage.py test --settings=openstax.settings.test

0 commit comments

Comments
 (0)