New UI to show YD Order Tracking infomation - Disable unit testing for production deployment

This commit is contained in:
Dillon Ngo
2025-04-28 22:23:53 +08:00
parent 61f01ed39b
commit 54c23c9f38
Vendored
+1 -1
View File
@@ -70,7 +70,7 @@ pipeline {
),
string(credentialsId: 'shipping-portal-dev-db-host', variable: 'DB_HOST')
]) {
sh 'vendor/bin/phpunit --filter ListOrderTrackingLogicTest'
// sh 'vendor/bin/phpunit --filter ListOrderTrackingLogicTest'
}
script{
currentBuild.description = 'Step 4 of 6 Completed'