Skip to content

Commit

Permalink
Add test for vite 4
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkleemans committed Nov 20, 2023
1 parent c42338d commit 3eec75d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yml
@@ -1,7 +1,7 @@
name: End-to-end tests
on: [push]
jobs:
vite-cli:
vite-latest:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -32,14 +32,14 @@ jobs:
with:
start: npm run test:preview

vue-cli:
vite-4:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Install vue-ts
run: npm create vue@latest test-app -- --default --ts
run: npm create vite@4 test-app -- --template vue-ts

- name: Add example code
run: |
Expand Down

0 comments on commit 3eec75d

Please sign in to comment.