Skip to content

Commit 3fa2541

Browse files
committed
Revert "ci(create-e2e): remove redundant vp installation check"
This reverts commit d67b5be.
1 parent d67b5be commit 3fa2541

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,11 @@ 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+
168173
- name: Run vp create ${{ matrix.template.name }} with ${{ matrix.package-manager }}
169174
working-directory: ${{ runner.temp }}
170175
run: |

0 commit comments

Comments
 (0)