Archived
1
0
Fork 0

call local phpunit & composer install
All checks were successful
default/news-script/master This commit looks good

This commit is contained in:
Alexander Yakovlev 2019-04-16 13:22:29 +07:00
parent 4cb5267252
commit e2c3462bca
Signed by: oreolek
GPG key ID: 1CDC4B7820C93BD3

3
Jenkinsfile vendored
View file

@ -5,9 +5,10 @@ node {
try {
stage('Checkout'){
checkout scm
sh 'composer install';
}
stage('Test'){
sh 'phpunit tests/';
sh './vendor/bin/phpunit tests/';
}
}
catch (err) {