Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nonzzz committed Aug 14, 2024
1 parent 780a9da commit e7392c7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
node-version: ${{ matrix.version }}
- name: Install berry
run: yarn

- name: install playwright
run: yarn playwright install

- name: test 2.x to 4.x
run: yarn exec vitest e2e/vite[2-4]/*.spec.ts --coverage.enabled=false
run-stable-e2e-test:
Expand All @@ -33,6 +37,9 @@ jobs:
- name: install dependices
run: yarn

- name: install playwright
run: yarn playwright install

- name: test 5.x
run: yarn exec vitest e2e/vite5/*.spec.ts --coverage.enabled=false

Expand Down

0 comments on commit e7392c7

Please sign in to comment.