Jelajahi Sumber

chore: update ci step name [ci skip]

Evan You 4 tahun lalu
induk
melakukan
c44b3fc2ff
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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: