Skip to content
Snippets Groups Projects
Unverified Commit 0d7257a4 authored by Fredrik Jonsson's avatar Fredrik Jonsson Committed by GitHub
Browse files

Merge pull request #2727 from HyphaApp/maintenance/add_collectstatic_ci_test_be

Add collectstatic step to CI.
parents 02b8b60c 8f2992c8
No related branches found
No related tags found
No related merge requests found
......@@ -134,6 +134,7 @@ jobs:
. venv/bin/activate
python manage.py check
python manage.py makemigrations --check --noinput --verbosity=1
python manage.py collectstatic --noinput --no-post-process --verbosity=1
coverage run --source='hypha' manage.py test
codecov
......
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