Django checks requires static files

This commit is contained in:
Jake Howard 2023-07-16 15:02:40 +01:00
parent 72204bbf72
commit d5ed93db2a
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -80,9 +80,11 @@ test_python:
django_checks:
extends: .python_test_template
dependencies:
- pip
- static
script:
- apt-get update && apt-get install --yes libpq-dev
- ./manage.py collectstatic --noinput --clear
- ./manage.py check
- ./manage.py makemigrations --check --noinput