Skip to content

Commit

Permalink
Fix step names
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkleemans committed Nov 20, 2023
1 parent 7ed8bc4 commit 95712ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 95712ce

Please sign in to comment.