Skip to content

[test] workflow-server PR #443#2102

Draft
vercel-gh-bot-3[bot] wants to merge 1 commit into
mainfrom
test/server-pr-443
Draft

[test] workflow-server PR #443#2102
vercel-gh-bot-3[bot] wants to merge 1 commit into
mainfrom
test/server-pr-443

Conversation

@vercel-gh-bot-3
Copy link
Copy Markdown

This PR was automatically created to test a workflow-server preview deployment.


This PR will be automatically closed after 24 hours.

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 23, 2026

⚠️ No Changeset found

Latest commit: 3c5e666

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 23, 2026

🧪 E2E Test Results

Some tests failed

Summary

Passed Failed Skipped Total
❌ ▲ Vercel Production 1088 29 193 1310
❌ 📋 Other 102 3 26 131
Total 1190 32 219 1441

❌ Failed Tests

▲ Vercel Production (29 failed)

astro (3 failed):

  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KS9XPHMVWDRHTE1A1567BF14 | 🔍 observability
  • runClassSerializationWorkflow - Run instances serialize across workflow/step boundaries | wrun_01KS9XPV0N2PPES7D534SZQYE8 | 🔍 observability
  • startFromWorkflow - calling start() directly inside a workflow function with hook communication | wrun_01KS9XQ50PQQ7T4MZRMN64MKBH | 🔍 observability

example (3 failed):

  • fibonacciWorkflow - recursive workflow composition via start() | wrun_01KS9XQ6PRT22DJE87YBS5S9GB | 🔍 observability
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KS9XQKX5BB6H6NM9EDYZHSA1 | 🔍 observability
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KS9XQRQAR3Q1J0GRE7GNQVEN | 🔍 observability

express (3 failed):

  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KS9XR2KXYBP82D07QFJWD4RN | 🔍 observability
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KS9XYGHPRYQA1F8G49E0KZDK | 🔍 observability
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KS9XVEG170RQT2A0W2FEQ6DC | 🔍 observability

hono (3 failed):

  • fibonacciWorkflow - recursive workflow composition via start() | wrun_01KS9XQ6PRT22DJE87YBS5S9GB | 🔍 observability
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KS9XQKX5BB6H6NM9EDYZHSA1 | 🔍 observability
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KS9XQRQAR3Q1J0GRE7GNQVEN | 🔍 observability

nextjs-turbopack (2 failed):

  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KS9XPFS7X8YEAMWS07FW8K1W | 🔍 observability
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KS9XPHMVWDRHTE1A1567BF14 | 🔍 observability

nextjs-webpack (3 failed):

  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KS9XP1PVC820MYC1DBDFDMQH | 🔍 observability
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KS9XP9NXYBMDMCYJ683YBW77 | 🔍 observability
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KS9XPFS7X8YEAMWS07FW8K1W | 🔍 observability

nitro (3 failed):

  • fibonacciWorkflow - recursive workflow composition via start() | wrun_01KS9XQ6PRT22DJE87YBS5S9GB | 🔍 observability
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KS9XQKX5BB6H6NM9EDYZHSA1 | 🔍 observability
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KS9XQRQAR3Q1J0GRE7GNQVEN | 🔍 observability

nuxt (3 failed):

  • fibonacciWorkflow - recursive workflow composition via start() | wrun_01KS9XQ6PRT22DJE87YBS5S9GB | 🔍 observability
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KS9XQKX5BB6H6NM9EDYZHSA1 | 🔍 observability
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KS9XQRQAR3Q1J0GRE7GNQVEN | 🔍 observability

sveltekit (3 failed):

  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KS9XQRQAR3Q1J0GRE7GNQVEN | 🔍 observability
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KS9XQXHJCQ68ZQDGXDMR4NJY | 🔍 observability
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KS9XR2KXYBP82D07QFJWD4RN | 🔍 observability

vite (3 failed):

  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KS9XR2KXYBP82D07QFJWD4RN | 🔍 observability
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KS9XYGHPRYQA1F8G49E0KZDK | 🔍 observability
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KS9XVEG170RQT2A0W2FEQ6DC | 🔍 observability
📋 Other (3 failed)

e2e-vercel-prod-tanstack-start (3 failed):

  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KS9XR2KXYBP82D07QFJWD4RN
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KS9XYGHPRYQA1F8G49E0KZDK
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KS9XVEG170RQT2A0W2FEQ6DC

Details by Category

❌ ▲ Vercel Production
App Passed Failed Skipped
❌ astro 102 3 26
❌ example 102 3 26
❌ express 102 3 26
❌ hono 102 3 26
❌ nextjs-turbopack 127 2 2
❌ nextjs-webpack 126 3 2
❌ nitro 102 3 26
❌ nuxt 102 3 26
❌ sveltekit 121 3 7
❌ vite 102 3 26
❌ 📋 Other
App Passed Failed Skipped
❌ e2e-vercel-prod-tanstack-start 102 3 26

📋 View full workflow run


Some E2E test jobs failed:

  • Vercel Prod: failure
  • Local Dev: skipped
  • Local Prod: skipped
  • Local Postgres: skipped
  • Windows: skipped

Check the workflow run for details.

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
example-nextjs-workflow-turbopack Ready Ready Preview, Comment May 23, 2026 7:58am
example-nextjs-workflow-webpack Ready Ready Preview, Comment May 23, 2026 7:58am
example-workflow Ready Ready Preview, Comment May 23, 2026 7:58am
workbench-astro-workflow Ready Ready Preview, Comment May 23, 2026 7:58am
workbench-express-workflow Ready Ready Preview, Comment May 23, 2026 7:58am
workbench-fastify-workflow Ready Ready Preview, Comment May 23, 2026 7:58am
workbench-hono-workflow Ready Ready Preview, Comment May 23, 2026 7:58am
workbench-nitro-workflow Ready Ready Preview, Comment May 23, 2026 7:58am
workbench-nuxt-workflow Ready Ready Preview, Comment May 23, 2026 7:58am
workbench-sveltekit-workflow Ready Ready Preview, Comment May 23, 2026 7:58am
workbench-tanstack-start-workflow Ready Ready Preview, Comment May 23, 2026 7:58am
workbench-vite-workflow Ready Ready Preview, Comment May 23, 2026 7:58am
workflow-docs Ready Ready Preview, Comment, Open in v0 May 23, 2026 7:58am
workflow-swc-playground Ready Ready Preview, Comment May 23, 2026 7:58am
workflow-tarballs Ready Ready Preview, Comment May 23, 2026 7:58am
workflow-web Ready Ready Preview, Comment May 23, 2026 7:58am

@github-actions
Copy link
Copy Markdown
Contributor

No benchmark result files found in benchmark-results

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants