Skip to content

Backport #1481: Auto-remove workflow packages from serverExternalPackages#1940

Open
github-actions[bot] wants to merge 2 commits intostablefrom
backport/pr-1481-to-stable
Open

Backport #1481: Auto-remove workflow packages from serverExternalPackages#1940
github-actions[bot] wants to merge 2 commits intostablefrom
backport/pr-1481-to-stable

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 5, 2026

Automated backport of #1481 to stable.

AI recommendation: This is a self-contained bug-fix/UX improvement that auto-removes workflow-enabled packages from serverExternalPackages to avoid silent runtime failures, plus a best-effort warning fallback in builders. It targets existing functionality (withWorkflow and the builder pipeline) that exists on stable, includes new tests, and doesn't appear to depend on main-only APIs, so backporting improves the stable user experience.

Merge conflicts were resolved by AI (opencode with Claude Opus). Please review the conflict resolution carefully before merging.

* Warn when serverExternalPackages hides workflow-enabled packages

Add a build-time warning when packages in serverExternalPackages contain
workflow code ('use step', 'use workflow', or serialization classes).
These packages are completely invisible to the workflow compiler when
externalized, causing silent runtime failures.

The warning detects workflow patterns via two methods:
- Fast path: check package.json dependencies for @workflow/serde
- Thorough path: read the package entry file and run pattern detection

Also adds documentation in the serialization guide about the
externalization footgun for 3rd-party packages.

* Auto-remove workflow packages from serverExternalPackages

When workflow-enabled dependencies are externalized in Next.js, compiler transforms are skipped and runtime failures follow. Detect those packages in withWorkflow, remove them from serverExternalPackages for the current build, and keep a generalized externalPackages warning fallback for non-Next builders.

* Address review feedback: add entry-point limitation comment and missing test case

Signed-off-by: Nathan Rajlich <n@n8.io>
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 5, 2026

🦋 Changeset detected

Latest commit: 5be7ba1

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 18 packages
Name Type
@workflow/builders Patch
@workflow/next Patch
@workflow/astro Patch
@workflow/cli Patch
@workflow/nest Patch
@workflow/nitro Patch
@workflow/rollup Patch
@workflow/sveltekit Patch
@workflow/vite Patch
@workflow/vitest Patch
tarballs Patch
workflow Patch
@workflow/world-testing Patch
@workflow/nuxt Patch
@workflow/ai Patch
@workflow/core Patch
@workflow/web-shared Patch
@workflow/web Patch

Not sure what this means? Click here to learn what changesets are.

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

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 5, 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 5, 2026 11:31pm
example-nextjs-workflow-webpack Ready Ready Preview, Comment May 5, 2026 11:31pm
example-workflow Ready Ready Preview, Comment May 5, 2026 11:31pm
workbench-astro-workflow Ready Ready Preview, Comment May 5, 2026 11:31pm
workbench-express-workflow Ready Ready Preview, Comment May 5, 2026 11:31pm
workbench-fastify-workflow Ready Ready Preview, Comment May 5, 2026 11:31pm
workbench-hono-workflow Ready Ready Preview, Comment May 5, 2026 11:31pm
workbench-nitro-workflow Ready Ready Preview, Comment May 5, 2026 11:31pm
workbench-nuxt-workflow Ready Ready Preview, Comment May 5, 2026 11:31pm
workbench-sveltekit-workflow Ready Ready Preview, Comment May 5, 2026 11:31pm
workbench-tanstack-start-workflow Ready Ready Preview, Comment May 5, 2026 11:31pm
workbench-vite-workflow Ready Ready Preview, Comment May 5, 2026 11:31pm
workflow-docs Ready Ready Preview, Comment, Open in v0 May 5, 2026 11:31pm
workflow-swc-playground Ready Ready Preview, Comment May 5, 2026 11:31pm
workflow-tarballs Ready Ready Preview, Comment May 5, 2026 11:31pm
workflow-web Ready Ready Preview, Comment May 5, 2026 11:31pm

@TooTallNate TooTallNate enabled auto-merge (squash) May 5, 2026 09:32
@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented May 5, 2026

🧪 E2E Test Results

Some tests failed

Summary

Passed Failed Skipped Total
❌ ▲ Vercel Production 897 4 67 968
❌ 💻 Local Development 888 82 86 1056
✅ 📦 Local Production 970 0 86 1056
✅ 🐘 Local Postgres 970 0 86 1056
✅ 🪟 Windows 88 0 0 88
❌ 🌍 Community Worlds 139 83 0 222
✅ 📋 Other 492 0 36 528
Total 4444 169 361 4974

❌ Failed Tests

▲ Vercel Production (4 failed)

nextjs-turbopack (1 failed):

  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KQX7R9KRZHM6275GHH0S8BTM | 🔍 observability

sveltekit (2 failed):

  • outputStreamWorkflow positive startIndex (skips first chunk)
  • error handling error propagation step errors cross-file step error preserves message and function names in stack

vite (1 failed):

  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KQX7MSCG407TJ29AQ6EJVYXT | 🔍 observability
💻 Local Development (82 failed)

hono-stable (82 failed):

  • DurableAgent e2e core basic text response
  • DurableAgent e2e core single tool call
  • DurableAgent e2e core multiple sequential tool calls
  • DurableAgent e2e core tool error recovery
  • DurableAgent e2e provider tools provider tool identity preserved across step boundaries
  • DurableAgent e2e provider tools mixed provider and function tools
  • DurableAgent e2e onStepFinish fires constructor + stream callbacks in order with step data
  • DurableAgent e2e onFinish fires constructor + stream callbacks in order with event data
  • DurableAgent e2e instructions string instructions are passed to the model
  • DurableAgent e2e timeout completes within timeout
  • DurableAgent e2e experimental_onStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onStepStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallStart (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e experimental_onToolCallFinish (GAP) completes but callbacks are not called (GAP)
  • DurableAgent e2e prepareCall (GAP) completes but prepareCall is not applied (GAP)
  • DurableAgent e2e prepareStep on constructor agent-level prepareStep is called for each LLM step
  • DurableAgent e2e prepareStep on constructor stream-level prepareStep overrides constructor-level
  • DurableAgent e2e multimodal tool results passes through LanguageModelV3ToolResultOutput from tools
  • DurableAgent e2e tool approval (GAP) completes but needsApproval is not checked (GAP)
  • addTenWorkflow | wrun_01KQX7KHM55744X34Q3QYX968T
  • addTenWorkflow | wrun_01KQX7KHM55744X34Q3QYX968T
  • promiseAllWorkflow | wrun_01KQX7KSQV5TK593A8S71B7FEM
  • promiseRaceWorkflow | wrun_01KQX7KYED2H2S3N0G1GFMC8C5
  • promiseAnyWorkflow | wrun_01KQX7M0THSEF5R1Z75XWSJSS6
  • readableStreamWorkflow | wrun_01KQX7M39VYQRB6SYG7FJ7GZHV
  • hookWorkflow | wrun_01KQX7MD61ECFMTMR2DEZEH4ZW
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KQX7MSCG407TJ29AQ6EJVYXT
  • webhookWorkflow | wrun_01KQX7MZHXC8FQBX0DT9897KDM
  • webhook route with invalid token
  • sleepingWorkflow | wrun_01KQX7N87293SHWMYTBEN2X7Z8
  • parallelSleepWorkflow | wrun_01KQX7NM4N5CPVZXB17R24GZQ8
  • nullByteWorkflow | wrun_01KQX7NRNRXMTYAQJHK1S7F448
  • workflowAndStepMetadataWorkflow | wrun_01KQX7NTWR299RY862V6KAAJ9R
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KQX7R9KRZHM6275GHH0S8BTM
  • fetchWorkflow | wrun_01KQX7RQ42RGETTK6V1NX9N4VV
  • promiseRaceStressTestWorkflow | wrun_01KQX7RTJAQHNCJC85B5C855R9
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • error handling not registered WorkflowNotRegisteredError fails the run when workflow does not exist
  • error handling not registered StepNotRegisteredError fails the step but workflow can catch it
  • error handling not registered StepNotRegisteredError fails the run when not caught in workflow
  • stepDirectCallWorkflow - calling step functions directly outside workflow context
  • hookCleanupTestWorkflow - hook token reuse after workflow completion | wrun_01KQX7WFZNKE0Z4F0HTWW4TH9E
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KQX7X594EYJGDVXEW9VEXP5V
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KQX7XTG90BN7VFTR3HBNVF0K
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KQX7YFGFMBEH4XNDTHPZPA96
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KQX7YRVVCN5YDG0APTD9DX5R
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KQX7YYCT6GNVAMMPXKP5KFM3
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KQX7Z0MDYSZ57PJS68D0WQ3V
  • health check endpoint (HTTP) - workflow and step endpoints respond to __health query parameter
  • health check (queue-based) - workflow and step endpoints respond to health check messages
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KQX7ZGPKBC073JWYY9WR9SAT
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KQX7ZPW7983WCMDEVBKF2T6D
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KQX7ZY4CDY9RBPCNA1WNBRRD
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KQX805DVDAV6F74JF7NJ5XES
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KQX80C8G6ZT8AXAE0JDF6HP5
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KQX80KPGSAH21B2K3HRGED90
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KQX80VNB0NGS1AF82HVJEZ7R
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KQX8188Y42CFJ4KMZ5B5N0AH
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KQX81HS2WXSV3VNWKB316KZP
  • cancelRun - cancelling a running workflow | wrun_01KQX81S08PCZ0MZ8P9JQS77V0
  • cancelRun via CLI - cancelling a running workflow | wrun_01KQX822HS9QVNB0H2MN2CH4JB
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KQX82EW7PCF36MK8GKVR6995
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KQX834Y57Z3E2ZS5DER993F4
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KQX83G095VAZ6S4Y0WPB78NQ
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KQX83QYQETM8KMD8AJ6QAAA3
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KQX83T4AYM9EFZZJ0M3T2P9M
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KQX83W86GY3A8WSWE71HQQP0
🌍 Community Worlds (83 failed)

mongodb (11 failed):

  • readableStreamWorkflow | wrun_01KQX7M39VYQRB6SYG7FJ7GZHV
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KQX7MSCG407TJ29AQ6EJVYXT
  • webhookWorkflow | wrun_01KQX7MZHXC8FQBX0DT9897KDM
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KQX7R9KRZHM6275GHH0S8BTM
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KQX7X594EYJGDVXEW9VEXP5V
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KQX83W86GY3A8WSWE71HQQP0

redis (7 failed):

  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KQX7MSCG407TJ29AQ6EJVYXT
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KQX7X594EYJGDVXEW9VEXP5V
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KQX83W86GY3A8WSWE71HQQP0

turso (65 failed):

  • addTenWorkflow | wrun_01KQX7KHM55744X34Q3QYX968T
  • addTenWorkflow | wrun_01KQX7KHM55744X34Q3QYX968T
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KQX7N8H1SB3NQ7D92TQSPYXS
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KQX7KSQV5TK593A8S71B7FEM
  • promiseRaceWorkflow | wrun_01KQX7KYED2H2S3N0G1GFMC8C5
  • promiseAnyWorkflow | wrun_01KQX7M0THSEF5R1Z75XWSJSS6
  • importedStepOnlyWorkflow | wrun_01KQX7NMY06MTBRH9ZRC9VEDS7
  • readableStreamWorkflow | wrun_01KQX7M39VYQRB6SYG7FJ7GZHV
  • hookWorkflow | wrun_01KQX7MD61ECFMTMR2DEZEH4ZW
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KQX7MSCG407TJ29AQ6EJVYXT
  • webhookWorkflow | wrun_01KQX7MZHXC8FQBX0DT9897KDM
  • sleepingWorkflow | wrun_01KQX7N87293SHWMYTBEN2X7Z8
  • parallelSleepWorkflow | wrun_01KQX7NM4N5CPVZXB17R24GZQ8
  • nullByteWorkflow | wrun_01KQX7NRNRXMTYAQJHK1S7F448
  • workflowAndStepMetadataWorkflow | wrun_01KQX7NTWR299RY862V6KAAJ9R
  • outputStreamWorkflow no startIndex (reads all chunks)
  • outputStreamWorkflow positive startIndex (skips first chunk)
  • outputStreamWorkflow negative startIndex (reads from end)
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns correct index after stream completes
  • outputStreamWorkflow - getTailIndex and getStreamChunks getTailIndex returns -1 before any chunks are written
  • outputStreamWorkflow - getTailIndex and getStreamChunks getStreamChunks returns same content as reading the stream
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions | wrun_01KQX7R9KRZHM6275GHH0S8BTM
  • fetchWorkflow | wrun_01KQX7RQ42RGETTK6V1NX9N4VV
  • promiseRaceStressTestWorkflow | wrun_01KQX7RTJAQHNCJC85B5C855R9
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • error handling not registered WorkflowNotRegisteredError fails the run when workflow does not exist
  • error handling not registered StepNotRegisteredError fails the step but workflow can catch it
  • error handling not registered StepNotRegisteredError fails the run when not caught in workflow
  • hookCleanupTestWorkflow - hook token reuse after workflow completion | wrun_01KQX7WFZNKE0Z4F0HTWW4TH9E
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KQX7X594EYJGDVXEW9VEXP5V
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KQX7XTG90BN7VFTR3HBNVF0K
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KQX7YFGFMBEH4XNDTHPZPA96
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KQX7YRVVCN5YDG0APTD9DX5R
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KQX7YYCT6GNVAMMPXKP5KFM3
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KQX7Z0MDYSZ57PJS68D0WQ3V
  • health check (queue-based) - workflow and step endpoints respond to health check messages
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly | wrun_01KQX7ZGPKBC073JWYY9WR9SAT
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KQX7ZPW7983WCMDEVBKF2T6D
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KQX7ZY4CDY9RBPCNA1WNBRRD
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KQX805DVDAV6F74JF7NJ5XES
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KQX80C8G6ZT8AXAE0JDF6HP5
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KQX80KPGSAH21B2K3HRGED90
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KQX80VNB0NGS1AF82HVJEZ7R
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KQX8188Y42CFJ4KMZ5B5N0AH
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KQX81HS2WXSV3VNWKB316KZP
  • cancelRun - cancelling a running workflow | wrun_01KQX81S08PCZ0MZ8P9JQS77V0
  • cancelRun via CLI - cancelling a running workflow | wrun_01KQX822HS9QVNB0H2MN2CH4JB
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router
  • hookWithSleepWorkflow - hook payloads delivered correctly with concurrent sleep | wrun_01KQX82EW7PCF36MK8GKVR6995
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KQX834Y57Z3E2ZS5DER993F4
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KQX83G095VAZ6S4Y0WPB78NQ
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KQX83QYQETM8KMD8AJ6QAAA3
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KQX83T4AYM9EFZZJ0M3T2P9M
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KQX83W86GY3A8WSWE71HQQP0

Details by Category

❌ ▲ Vercel Production
App Passed Failed Skipped
✅ astro 81 0 7
✅ example 81 0 7
✅ express 81 0 7
✅ fastify 81 0 7
✅ hono 81 0 7
❌ nextjs-turbopack 85 1 2
✅ nextjs-webpack 86 0 2
✅ nitro 81 0 7
✅ nuxt 81 0 7
❌ sveltekit 79 2 7
❌ vite 80 1 7
❌ 💻 Local Development
App Passed Failed Skipped
✅ astro-stable 82 0 6
✅ express-stable 82 0 6
✅ fastify-stable 82 0 6
❌ hono-stable 0 82 6
✅ nextjs-turbopack-canary 69 0 19
✅ nextjs-turbopack-stable 88 0 0
✅ nextjs-webpack-canary 69 0 19
✅ nextjs-webpack-stable 88 0 0
✅ nitro-stable 82 0 6
✅ nuxt-stable 82 0 6
✅ sveltekit-stable 82 0 6
✅ vite-stable 82 0 6
✅ 📦 Local Production
App Passed Failed Skipped
✅ astro-stable 82 0 6
✅ express-stable 82 0 6
✅ fastify-stable 82 0 6
✅ hono-stable 82 0 6
✅ nextjs-turbopack-canary 69 0 19
✅ nextjs-turbopack-stable 88 0 0
✅ nextjs-webpack-canary 69 0 19
✅ nextjs-webpack-stable 88 0 0
✅ nitro-stable 82 0 6
✅ nuxt-stable 82 0 6
✅ sveltekit-stable 82 0 6
✅ vite-stable 82 0 6
✅ 🐘 Local Postgres
App Passed Failed Skipped
✅ astro-stable 82 0 6
✅ express-stable 82 0 6
✅ fastify-stable 82 0 6
✅ hono-stable 82 0 6
✅ nextjs-turbopack-canary 69 0 19
✅ nextjs-turbopack-stable 88 0 0
✅ nextjs-webpack-canary 69 0 19
✅ nextjs-webpack-stable 88 0 0
✅ nitro-stable 82 0 6
✅ nuxt-stable 82 0 6
✅ sveltekit-stable 82 0 6
✅ vite-stable 82 0 6
✅ 🪟 Windows
App Passed Failed Skipped
✅ nextjs-turbopack 88 0 0
❌ 🌍 Community Worlds
App Passed Failed Skipped
✅ mongodb-dev 5 0 0
❌ mongodb 58 11 0
✅ redis-dev 5 0 0
❌ redis 62 7 0
✅ turso-dev 5 0 0
❌ turso 4 65 0
✅ 📋 Other
App Passed Failed Skipped
✅ e2e-local-dev-nest-stable 82 0 6
✅ e2e-local-dev-tanstack-start-stable 82 0 6
✅ e2e-local-postgres-nest-stable 82 0 6
✅ e2e-local-postgres-tanstack-start-stable 82 0 6
✅ e2e-local-prod-nest-stable 82 0 6
✅ e2e-local-prod-tanstack-start-stable 82 0 6

📋 View full workflow run


Some E2E test jobs failed:

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

Check the workflow run for details.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant