mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
Run collect static to prevent the manifest being out of date, resulting in tests failing
This commit is contained in:
@@ -84,6 +84,12 @@ build:
|
|||||||
code: |
|
code: |
|
||||||
pip install coverage
|
pip install coverage
|
||||||
|
|
||||||
|
# Collect static files so the manifest storage knows where to look
|
||||||
|
- script:
|
||||||
|
name: collect static
|
||||||
|
code: |
|
||||||
|
python manage.py collectstatic --noinput
|
||||||
|
|
||||||
# Run python tests
|
# Run python tests
|
||||||
- script:
|
- script:
|
||||||
name: run tests
|
name: run tests
|
||||||
|
|||||||
Reference in New Issue
Block a user