Add an automated test that all migrations are created

This commit is contained in:
Neil Martinsen-Burrell 2023-05-10 13:26:24 -05:00
parent 2fa627c223
commit 831da0d65e
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184

View file

@ -32,6 +32,15 @@ jobs:
working-directory: ./src
run: docker compose run app python manage.py test
django-migrations-complete:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check complete migrations
working-directory: ./src
run: docker compose run app python manage.py makemigrations --check
pa11y-scan:
runs-on: ubuntu-20.04
steps: