Version 5.1 - All the GraphQL #32
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -34,7 +34,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'phpdbg -qrr -- ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml --colors=never'
|
sh 'phpdbg -dmemory_limit=-1 -qrr -- ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml --colors=never'
|
||||||
step([
|
step([
|
||||||
$class: 'CloverPublisher',
|
$class: 'CloverPublisher',
|
||||||
cloverReportDir: '',
|
cloverReportDir: '',
|
||||||
|
Loading…
Reference in New Issue
Block a user