Skip to content

Commit f72c4f8

Browse files
committed
ci(create-e2e): remove redundant vp installation check
1 parent 42fcc2c commit f72c4f8

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/test-vp-create.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,6 @@ jobs:
165165
node $GITHUB_WORKSPACE/packages/tools/src/install-global-cli.ts --tgz $GITHUB_WORKSPACE/tmp/tgz/vite-plus-0.0.0.tgz
166166
echo "$HOME/.vite-plus/bin" >> $GITHUB_PATH
167167
168-
- name: Verify vp installation
169-
run: |
170-
which vp
171-
vp --version
172-
173168
- name: Run vp create ${{ matrix.template.name }} with ${{ matrix.package-manager }}
174169
working-directory: ${{ runner.temp }}
175170
run: |

0 commit comments

Comments
 (0)