diff --git a/Jenkinsfile b/Jenkinsfile index cdcdad22..18a9e8b7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -58,7 +58,7 @@ pipeline { stage('Tests') { steps { - //sh 'vendor/bin/phpunit tests/Unit' + sh 'vendor/bin/phpunit tests/Unit' script{ currentBuild.description = 'Step 4 of 6 Completed' }