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 '''
|
||||
. .venv/bin/activate
|
||||
pip install coverage
|
||||
coverage run --source='mandelstudio' `which manage.py` test --skip-checks
|
||||
coverage run --source='mandelstudio' `which manage.py` test
|
||||
coverage report
|
||||
coverage xml
|
||||
coverage html
|
||||
|
||||
Reference in New Issue
Block a user