Explorar o código

Fixed circleci name for gometalinter exec step

Torkel Ödegaard %!s(int64=7) %!d(string=hai) anos
pai
achega
f24e6ebf67
Modificáronse 1 ficheiros con 1 adicións e 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: