From 8f2992c86eaf9f128b5f391cc76761e33feea4f9 Mon Sep 17 00:00:00 2001
From: Fredrik Jonsson <frjo@xdeb.org>
Date: Wed, 16 Feb 2022 12:06:29 +0100
Subject: [PATCH] Add collectstatic step to CI.

---
 .circleci/config.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 12292055a..25a954308 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -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
 
-- 
GitLab