Przeglądaj źródła

chore: update ci step name [ci skip]

Evan You 4 lat temu
rodzic
commit
c44b3fc2ff
1 zmienionych plików z 1 dodań i 1 usunięć
  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: