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 9093623 commit 4061ceeCopy full SHA for 4061cee
.github/workflows/ci.yml
@@ -15,6 +15,7 @@ jobs:
15
# Check requirements.txt contains production requirements.
16
- run: ./manage.py --help
17
- run: pip install -r requirements_dev.txt
18
+ - run: ./manage.py collectstatic --noinput -v2
19
- name: Run checks and tests
20
env:
21
PYTHONWARNINGS: error
0 commit comments