Skip to content

Commit 4061cee

Browse files
committed
ci: Run collectstatic to satisfy ManifestStaticFilesStorage
1 parent 9093623 commit 4061cee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
# Check requirements.txt contains production requirements.
1616
- run: ./manage.py --help
1717
- run: pip install -r requirements_dev.txt
18+
- run: ./manage.py collectstatic --noinput -v2
1819
- name: Run checks and tests
1920
env:
2021
PYTHONWARNINGS: error

0 commit comments

Comments
 (0)