formation 2 年 前
コミット
5f56819db2
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -54,7 +54,7 @@ node{
     try {
         
         // Exporter la variable d'environnement NODE_OPTIONS
-        sh ' npm run test-ci'
+        sh 'npm run test-ci -- ng test --karma-config=karma-ci.conf.js --no-progress'
         
     } catch(err) {
         sh 'echo TEST FAILED'