Skip to content
Snippets Groups Projects
Commit 151b4374 authored by Erwan Rouchet's avatar Erwan Rouchet Committed by Bastien Abadie
Browse files

Add CI check for missing migrations

parent b3f81d49
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,16 @@ backend-lint:
script:
- flake8
backend-migrations:
stage: test
services:
- postgres:latest
script:
- pip install -e .
- arkindex/manage.py makemigrations --check --noinput --dry-run -v 3
backend-openapi:
stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment