develop #12

Merged
rajukottedi merged 5 commits from develop into prod 2026-03-06 12:14:51 +05:30
Showing only changes of commit 3aec2d5290 - Show all commits

2
Jenkinsfile vendored
View File

@ -68,7 +68,7 @@ pipeline {
}
}
steps {
sh 'npm run test -- --watch=false --browsers=ChromeHeadless --no-sandbox'
sh 'npm run test -- --watch=false --browsers=ChromeHeadlessCI'
}
}