formation 2 vuotta sitten
vanhempi
commit
d1a63b5178
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -75,7 +75,7 @@ node{
                 
                     try 
                     {
-                        sh ('./node_modules/karma/bin/karma start karma.conf.js')
+                        sh 'ng test'
                     }
                     catch(err) 
                     {