Skip to content

Commit 951c090

Browse files
committed
ci: Run collectstatic to satisfy ManifestStaticFilesStorage
1 parent 3967bbd commit 951c090

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
@@ -21,6 +21,7 @@ jobs:
2121
sudo apt update
2222
sudo apt install gettext
2323
- run: ./manage.py compilemessages
24+
- run: ./manage.py collectstatic --noinput -v2
2425
- name: Run checks and tests
2526
env:
2627
PYTHONWARNINGS: error

0 commit comments

Comments
 (0)