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