瀏覽代碼

syntax conf

formation 2 年之前
父節點
當前提交
3f6222881a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

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