Skip to content

Commit

Permalink
test for a change to migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisclark committed Jul 3, 2024
1 parent 6417074 commit fd94d1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
name: coverage-data-${{ matrix.python-version }}
path: '${{ github.workspace }}/.coverage*'

- name: Check migrations
run: python manage.py makemigrations --check

coverage:
name: Coverage
runs-on: ubuntu-22.04
Expand Down

0 comments on commit fd94d1c

Please sign in to comment.