Fix the CI build?

This commit is contained in:
Timothy Warren 2021-02-05 17:49:19 -05:00
parent 03505518d6
commit 3841bba923

2
Jenkinsfile vendored
View File

@ -37,6 +37,7 @@ pipeline {
}
post {
success {
agent any {
sh 'php composer.phar run-script coverage'
step([
$class: 'CloverPublisher',
@ -47,3 +48,4 @@ pipeline {
}
}
}
}