diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42596e5..f8c9bce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,6 +51,9 @@ jobs: with: repository: bugsink/event-samples path: "event-samples" + - name: Run Makemigrations --check + run: | + python manage.py makemigrations --check - name: Run Tests run: | python manage.py test -v2