mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-30 01:10:04 +02:00
Fix migration test to give more information
This commit is contained in:
parent
41898713f9
commit
a53d7a9286
1 changed files with 4 additions and 2 deletions
6
.github/workflows/test.yaml
vendored
6
.github/workflows/test.yaml
vendored
|
@ -37,9 +37,11 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Check complete migrations
|
- name: Check for complete migrations
|
||||||
working-directory: ./src
|
working-directory: ./src
|
||||||
run: docker compose run app python manage.py makemigrations --check
|
run: |
|
||||||
|
docker compose run app ./manage.py makemigrations --dry-run --verbosity 3 && \
|
||||||
|
docker compose run app ./manage.py makemigrations --check
|
||||||
|
|
||||||
pa11y-scan:
|
pa11y-scan:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue