update Jenkinsfile

This commit is contained in:
2025-01-21 00:05:16 +03:00
parent 1d307908c6
commit 81cffd5d61

1
Jenkinsfile vendored
View File

@@ -48,6 +48,7 @@ pipeline {
}
stage('Run Tests') {
steps {
sh 'npm install'
echo "Runing Test.."
sh 'npm test'
}