define test pipeline step

This commit is contained in:
Jannis Portmann 2021-05-06 11:31:24 +02:00
parent af34c70b90
commit c6de2d24c4

2
Jenkinsfile vendored
View file

@ -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
}
}
}