Skip to content

Commit

Permalink
Merge pull request #2727 from HyphaApp/maintenance/add_collectstatic_…
Browse files Browse the repository at this point in the history
…ci_test_be

Add collectstatic step to CI.
  • Loading branch information
frjo authored Feb 16, 2022
2 parents 02b8b60 + 8f2992c commit 0d7257a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d7257a

Please sign in to comment.