Skip to content

Commit

Permalink
ci: skip vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Jun 8, 2024
1 parent 1c7515b commit 5248826
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
- run: pnpm -C examples/react-server test-e2e-preview
- run: pnpm -C examples/react-server cf-build
- run: pnpm -C examples/react-server test-e2e-cf-preview
- run: pnpm -C examples/react-server test
# vitest not working
# - run: pnpm -C examples/react-server test
- run: pnpm -C examples/vue-ssr test-e2e
- run: pnpm -C examples/vue-ssr build
- run: pnpm -C examples/vue-ssr test-e2e-preview
Expand Down

0 comments on commit 5248826

Please sign in to comment.