Merge branch 'dillon/83-yd-order-tracking-query-ui' into vapor/development

This commit is contained in:
Dillon Ngo
2025-04-14 10:06:17 +08:00
Vendored
+1 -1
View File
@@ -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'
}