From: Evan You Date: Thu, 12 May 2022 00:38:48 +0000 (+0800) Subject: chore: update ci step name [ci skip] X-Git-Tag: v3.2.34-beta.1~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c44b3fc2ff47984f5999b58e77d8e045eaba5b7c;p=thirdparty%2Fvuejs%2Fcore.git chore: update ci step name [ci skip] --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8df26da09..aeb4062eea 100644 --- a/.github/workflows/ci.yml +++ b/.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: