Ver código fonte

Change name for Jenkins step

Shalom Yerushalmy 6 anos atrás
pai
commit
d1678e63f3
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      Jenkinsfile

+ 1
- 1
Jenkinsfile Ver arquivo

@@ -8,7 +8,7 @@ npm install
8 8
 npm run clean'''
9 9
       }
10 10
     }
11
-    stage('Run test-js') {
11
+    stage('Run All Tests') {
12 12
       parallel {
13 13
         stage('Run test-js') {
14 14
           steps {