]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: update ci step name [ci skip]
authorEvan You <yyx990803@gmail.com>
Thu, 12 May 2022 00:38:48 +0000 (08:38 +0800)
committerEvan You <yyx990803@gmail.com>
Thu, 12 May 2022 00:38:48 +0000 (08:38 +0800)
.github/workflows/ci.yml

index a8df26da099275e0cfd4c1e7e7aa9a8cf6bfc92b..aeb4062eeaed2b86452fd00d5780ca258f7e9e68 100644 (file)
@@ -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: