We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3967bbd commit 951c090Copy full SHA for 951c090
.github/workflows/ci.yml
@@ -21,6 +21,7 @@ jobs:
21
sudo apt update
22
sudo apt install gettext
23
- run: ./manage.py compilemessages
24
+ - run: ./manage.py collectstatic --noinput -v2
25
- name: Run checks and tests
26
env:
27
PYTHONWARNINGS: error
0 commit comments