Skip to content
Snippets Groups Projects

Add view tests

Merged Benjamin Hättasch requested to merge meta-tests into main
1 file
+ 9
0
Compare changes
  • Side-by-side
  • Inline
+ 9
0
@@ -22,6 +22,15 @@ before_script:
- ./Utils/setup.sh --prod
- mysql --version
check:
script:
- ./Utils/check.sh --all
check-migrations:
script:
- source venv/bin/activate
- ./manage.py makemigrations --dry-run --check
test:
script:
- source venv/bin/activate
Loading