Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,16 +230,19 @@ jobs:
run: pnpm test:ci --filter miniflare
env:
MINIFLARE_WORKERD_PATH: /tmp/workerd
GITHUB_STEP_SUMMARY: /tmp/suppress-summary.txt

- name: Run Vite unit tests
run: pnpm test:ci --filter @cloudflare/vite-plugin
env:
MINIFLARE_WORKERD_PATH: /tmp/workerd
GITHUB_STEP_SUMMARY: /tmp/suppress-summary.txt

- name: Run Vitest unit tests
run: pnpm test:ci --filter="./fixtures/vitest-pool-workers-examples"
env:
MINIFLARE_WORKERD_PATH: /tmp/workerd
GITHUB_STEP_SUMMARY: /tmp/suppress-summary.txt

- name: Run Wrangler Node.js e2e tests
run: pnpm test:e2e --filter wrangler -- unenv-preset
Expand Down
Loading