diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1e421ee..f13f0e9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,6 +36,7 @@ jobs: flake8 - name: Test run: | - DJANGO_SETTINGS_MODULE=flow_results.testsettings python manage.py makemigrations --check | grep 'No changes detected' || (echo 'There are changes which require migrations.' && exit 1) + python manage.py makemigrations --check + python manage.py migrate coverage run manage.py test coverage report