define test pipeline step
This commit is contained in:
parent
af34c70b90
commit
c6de2d24c4
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -19,7 +19,7 @@ node {
|
|||
* For this example, we're using a Volkswagen-type approach ;-) */
|
||||
|
||||
app.inside {
|
||||
sh 'echo "Tests passed"'
|
||||
php bin/console bin/phpunit
|
||||
}
|
||||
}
|
||||
}
|
Reference in a new issue