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

Speed-up CI by merging static checks

For each job, the whole setup process has to be run. To reduce that impact, both static checks for code and migrations are run in one job
parent b7e15558
No related branches found
No related tags found
1 merge request!179Code quality improvements
......@@ -28,9 +28,6 @@ before_script:
check:
script:
- ./Utils/check.sh --all
check-migrations:
script:
- source venv/bin/activate
- ./manage.py makemigrations --dry-run --check
......
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