From 95712cec22098f7f58b565a1f11e089c0f5ada48 Mon Sep 17 00:00:00 2001 From: Jan-Paul Kleemans Date: Mon, 20 Nov 2023 17:14:55 +0100 Subject: [PATCH] Fix step names --- .github/workflows/e2e.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 019f909..41fc0d3 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -7,7 +7,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Install vue-ts + - name: Install vue run: npm create vite@latest test-app -- --template vue - name: Add example code @@ -69,7 +69,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Install vue-ts + - name: Install vue run: npm create vite@4 test-app -- --template vue - name: Add example code