@@ -92,8 +92,8 @@ node{
sh 'npm install'
try
- { sh 'npm update'
- sh 'npm run test-ci'
+ {
+ sh 'ng test --watch=false --browsers=ChromeHeadless'
}
catch(err)
{