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'