Explorar el Código

Fixed circleci name for gometalinter exec step

Torkel Ödegaard hace 7 años
padre
commit
f24e6ebf67
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

@@ -82,7 +82,7 @@ jobs:
     steps:
       - checkout
       - run:
-          name: frontend tests
+          name: Gometalinter tests
           command: './scripts/build/gometalinter.sh'
 
   test-frontend: