Przeglądaj źródła

Fixed circleci name for gometalinter exec step

Torkel Ödegaard 7 lat temu
rodzic
commit
f24e6ebf67
1 zmienionych plików z 1 dodań i 1 usunięć
  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: