From 78c43fd7a4e0ce38f929fc622dca9588968875a9 Mon Sep 17 00:00:00 2001 From: Dillon Ngo Date: Mon, 14 Apr 2025 10:05:45 +0800 Subject: [PATCH] New UI to show YD Order Tracking infomation - Testing --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }