Просмотр исходного кода

chore: update ci step name [ci skip]

Evan You 4 лет назад
Родитель
Сommit
c44b3fc2ff
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -46,7 +46,7 @@ jobs:
 
       - run: pnpm install
 
-      - name: Run unit tests
+      - name: Run e2e tests
         run: pnpm run test-e2e
 
   lint-and-test-dts: