Fix CI test stage: remove unsupported --skip-checks flag
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -77,7 +77,7 @@ pipeline {
|
|||||||
sh '''
|
sh '''
|
||||||
. .venv/bin/activate
|
. .venv/bin/activate
|
||||||
pip install coverage
|
pip install coverage
|
||||||
coverage run --source='mandelstudio' `which manage.py` test --skip-checks
|
coverage run --source='mandelstudio' `which manage.py` test
|
||||||
coverage report
|
coverage report
|
||||||
coverage xml
|
coverage xml
|
||||||
coverage html
|
coverage html
|
||||||
|
|||||||
Reference in New Issue
Block a user