formation hace 2 años
padre
commit
5656b4bf1f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

@@ -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) 
 			{