Skip to content
Snippets Groups Projects
Commit 7498df5b authored by Benjamin Hättasch's avatar Benjamin Hättasch
Browse files

Add static checks and migration dry-runs to CI

parent 3261eea0
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,15 @@ before_script: ...@@ -22,6 +22,15 @@ before_script:
- ./Utils/setup.sh --prod - ./Utils/setup.sh --prod
- mysql --version - mysql --version
check:
script:
- ./Utils/check.sh --all
check-migrations:
script:
- source venv/bin/activate
- ./manage.py makemigrations --dry-run --check
test: test:
script: script:
- source venv/bin/activate - source venv/bin/activate
......
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