Browse Source

Change name for Jenkins step

Shalom Yerushalmy 6 years ago
parent
commit
d1678e63f3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Jenkinsfile

+ 1
- 1
Jenkinsfile View File

@@ -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 {