New UI to show YD Order Tracking infomation - Testing

This commit is contained in:
Dillon Ngo
2025-04-03 09:26:05 +08:00
parent fbf036d4b8
commit 4daaac476d
Vendored
+1
View File
@@ -59,6 +59,7 @@ pipeline {
stage('Tests') {
steps {
//sh 'vendor/bin/phpunit tests/Unit'
sh 'vendor/bin/phpunit tests/Unit/Orders'
script{
currentBuild.description = 'Step 4 of 6 Completed'
}