aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint-test.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml
index f97cd758..a167ce32 100644
--- a/.github/workflows/lint-test.yaml
+++ b/.github/workflows/lint-test.yaml
@@ -97,7 +97,6 @@ jobs:
- name: Migrations and run tests with coverage.py
run: |
python manage.py makemigrations --check
- python manage.py migrate
coverage run manage.py test --no-input
coverage report -m
env: