Skip to content

Commit

Permalink
ci: Run collectstatic to satisfy ManifestStaticFilesStorage
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 2, 2024
1 parent 3967bbd commit 951c090
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
sudo apt update
sudo apt install gettext
- run: ./manage.py compilemessages
- run: ./manage.py collectstatic --noinput -v2
- name: Run checks and tests
env:
PYTHONWARNINGS: error
Expand Down

0 comments on commit 951c090

Please sign in to comment.