mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 18:56:15 +02:00
Add an automated test that all migrations are created
This commit is contained in:
parent
2fa627c223
commit
831da0d65e
1 changed files with 9 additions and 0 deletions
9
.github/workflows/test.yaml
vendored
9
.github/workflows/test.yaml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue