Skip to content

fix(workbench/nest): set outputDirectory so stable Vercel deploy succeeds - #3032

Merged
VaguelySerious merged 1 commit into
stablefrom
peter/fix-nest-vercel-stable-deploy
Jul 21, 2026
Merged

fix(workbench/nest): set outputDirectory so stable Vercel deploy succeeds#3032
VaguelySerious merged 1 commit into
stablefrom
peter/fix-nest-vercel-stable-deploy

Conversation

@VaguelySerious

Copy link
Copy Markdown
Member

Problem

The workbench-nestjs-workflow Vercel project (framework Other, root directory workbench/nest) builds every repo branch since its Git integration was reconnected. On stable it deploys as ERROR, so every stable PR shows a red Vercel – workbench-nestjs-workflow check.

Confirmed via the Vercel API: stable, changeset-release/stable, and backport/pr-2963-to-stable all deploy ERROR; main is READY.

Root cause

Stable has no vercel-build script, so Vercel runs the default build (nest build via the monorepo Turbo graph). The package builds fine, but nest build only emits dist/ — it never produces .vercel/output. With no .vercel/output and no public/ directory, the build ends with:

Error: No Output Directory named "public" found after the Build completed.
Configure the Output Directory in your Project Settings. Alternatively, configure vercel.json#outputDirectory.

main doesn't hit this because #2988 added the nest Vercel builder + vercel-build script, which emits .vercel/output.

Fix

Point outputDirectory at dist in workbench/nest/vercel.json so Vercel accepts the plain nest build output and the deploy goes green.

This is the minimal, stable-scoped fix — it does not backport the experimental nest Vercel builder (which would ship experimental @workflow/nest / workflow APIs to the GA latest npm channel just to satisfy a CI check). Stable has no nest e2e tests, so a static build of dist/ is sufficient for the deploy to succeed.

Isolated to stable: main continues to emit .vercel/output, which takes precedence over outputDirectory regardless, so this change is inert if the builder is ever backported later.

Testing

  • Verified the exact failure in the stable branch deployment's build logs (No Output Directory named "public" found).
  • Workbench-only config change — no changeset needed (workbench is not a published package).

🤖 Generated with Claude Code

…eeds
The workbench-nestjs-workflow Vercel project (framework "Other", root
workbench/nest) builds every branch. On stable there is no vercel-build
script, so `nest build` runs but never emits .vercel/output. With no
.vercel/output and no public/ dir, Vercel fails the deploy with
"No Output Directory named public found", turning the nest deployment
check red on every stable PR.
Point outputDirectory at dist so Vercel accepts the build output. This
is isolated to stable: main emits .vercel/output via the nest Vercel
builder (#2988), which takes precedence over outputDirectory regardless.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: Peter Wielander <peter.wielander@vercel.com>
@VaguelySerious
VaguelySerious requested review from a team and ijjk as code ownersJuly 21, 2026 18:37
@vercel
vercelBottemporarily deployed to Preview – workflow-docs July 21, 2026 18:37 Inactive
@vercel

vercelBot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

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

ProjectDeploymentActionsUpdated (UTC)
example-nextjs-workflow-turbopackReadyReadyPreview, CommentJul 21, 2026 6:40pm
example-nextjs-workflow-webpackReadyReadyPreview, CommentJul 21, 2026 6:40pm
example-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-astro-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-express-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-fastify-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-hono-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-nestjs-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-nitro-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-nuxt-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-sveltekit-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-tanstack-start-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-vite-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workflow-swc-playgroundReadyReadyPreview, CommentJul 21, 2026 6:40pm
workflow-tarballsReadyReadyPreview, CommentJul 21, 2026 6:40pm
workflow-webReadyReadyPreview, CommentJul 21, 2026 6:40pm
1 Skipped Deployment
ProjectDeploymentActionsUpdated (UTC)
workflow-docsSkippedSkippedJul 21, 2026 6:40pm

@changeset-bot

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: a443232

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

github-actionsBot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
❌ ▲ Vercel Production10752781155
✅ 💻 Local Development11740861260
✅ 📦 Local Production11740861260
✅ 🐘 Local Postgres11740861260
✅ 🪟 Windows10500105
❌ 🌍 Community Worlds831019193
✅ 📋 Other594036630
Total53791033815863

❌ Failed Tests

▲ Vercel Production (2 failed)

fastify (1 failed):

vite (1 failed):

🌍 Community Worlds (101 failed)

redis (18 failed):

  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KY2ZKHE0PFDS4MFTKH5QVP6G
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KY2ZM2D8CRMZTCJ0ZH0FP1YX
  • sleepingWorkflow | wrun_01KY2ZNMT15995PRABYEQNWEA7
  • 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_01KY3005QSR7RAYMK3KH2973S3
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KY300NDCZHNG9HC07WA3HV6X
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KY3011E06615PAF2Y4BGXFB3
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KY301FREJSHDD8G76E1NA0AB
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KY302C3N77HPBN7XQ0KVHB4J
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KY302GD375K4827J4RYP01NJ
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KY302SS9MKX1TZZY5W0675P9
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KY302ZGS1F3B7EXMEY3K9V8A
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KY303A01WJ5RSXEYYR1D49TY
  • pages router sleepingWorkflow via pages router
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KY30BAN18CKQZY6KPSBSHCDZ

turso (83 failed):

  • addTenWorkflow | wrun_01KY2ZHXC4E42ZJ5YK18K604H3
  • addTenWorkflow | wrun_01KY2ZHXC4E42ZJ5YK18K604H3
  • deploymentId: 'latest' is a no-op in non-Vercel worlds
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KY2ZNSF1HANYAT90B1Q0XTPE
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KY2ZJD08G72SV7SM7CVQYQK4
  • promiseRaceWorkflow | wrun_01KY2ZJHNNQCBRKMTKX4SSER1H
  • promiseAnyWorkflow | wrun_01KY2ZJP9PXGV21TPDSFBJ0REE
  • importedStepOnlyWorkflow | wrun_01KY2ZP4JW0EEF761AGD7A0M3G
  • readableStreamWorkflow | wrun_01KY2ZJRTANJJWAMXK5WF7PNKD
  • hookWorkflow | wrun_01KY2ZK6NZATYWTN0JCN535E2E
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KY2ZKHE0PFDS4MFTKH5QVP6G
  • webhookWorkflow | wrun_01KY2ZKQB53EXGAGNPKDWWMPF3
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KY2ZM2D8CRMZTCJ0ZH0FP1YX
  • sleepingWorkflow | wrun_01KY2ZNMT15995PRABYEQNWEA7
  • parallelSleepWorkflow | wrun_01KY2ZP60SF0ZWXFG553WFH4Q2
  • sleepWinsRaceWorkflow | wrun_01KY2ZP9NZ5PCB9CKA0YMD7JRZ
  • stepWinsRaceWorkflow | wrun_01KY2ZPFEBNQJYGDEMNYPWXJEF
  • nullByteWorkflow | wrun_01KY2ZPK14GW45QT9SS6XM7SSV
  • workflowAndStepMetadataWorkflow | wrun_01KY2ZPN9QTNK4HK4F5YEJJZ6H
  • 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_01KY2ZTCZW5XPCZ292QTDG7BYA
  • writableForwardedFromWorkflowWorkflow | wrun_01KY2ZV0EP9B5P5TEF8RS9CYMQ
  • writableForwardedFromStepWorkflow | wrun_01KY2ZV6Y0F45NXQJZK4V71SZ9
  • fetchWorkflow | wrun_01KY2ZVCRF90BEA2NJG5PFPD9K
  • promiseRaceStressTestWorkflow | wrun_01KY2ZVM17YMC6TMYWWTKQFMHE
  • 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_01KY2ZZR6AYP22AQW6VKFAWKB1
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KY3005QSR7RAYMK3KH2973S3
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KY300NDCZHNG9HC07WA3HV6X
  • 'hookGetConflictWithPriorStepWorkflow' - hook.getConflict() does not block step execution | wrun_01KY300R6GZ8G8S95CTP5MDW5Q
  • 'hookGetConflictWithParallelStepWorkfl…' - hook.getConflict() does not block step execution | wrun_01KY300YEH45YJ7AEDK8BRHJD1
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KY3011E06615PAF2Y4BGXFB3
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KY301FREJSHDD8G76E1NA0AB
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KY302C3N77HPBN7XQ0KVHB4J
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KY302GD375K4827J4RYP01NJ
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KY302SS9MKX1TZZY5W0675P9
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KY302ZGS1F3B7EXMEY3K9V8A
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KY303A01WJ5RSXEYYR1D49TY
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KY303HH2XWKD5GGCFCWNCTBX
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KY3041WD9H8WFZWPKSHJF5XD
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KY304E9RD24KE0KNC337VRM3
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KY304PK6DA4905TGDPF5R3M2
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KY304T88SAQMMPZXY7Y96R5E
  • 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_01KY305CKX89Q7Z2E96ZGRTDEN
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KY305MC1Q7KN888AKKRF6K9P
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KY305WSFM5R9RY8PGYH1GHE2
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KY3064YZVRVED21AR2H0E83Y
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KY306DHFEN34K5KX989Z6WWJ
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KY306SEYX43GWJ026NQZQM29
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KY3076RD6GQ40CFARG0PQB26
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KY307VK9BRHNEQ56XBPWSRXW
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KY308BNAB6CMZNJ48J2GF02R
  • cancelRun - cancelling a running workflow | wrun_01KY308RJ6BM17AM0W160DQFDS
  • cancelRun via CLI - cancelling a running workflow | wrun_01KY308XWJQN9R43FT29A5H8QZ
  • 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_01KY30961WT97BY44BNTA7QHJF
  • hookWithSleepFinalStepWorkflow - step only on final payload | wrun_01KY309MC30VRCPKSZCPK3CYH1
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KY30A03H704Y1QVZGWZXZQW2
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KY30ANW13GMMQ3QDYTKGQXET
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KY30B20ZC1YX2FYPC8ZDHYC2
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KY30B5W6FANSMF2BV5Q1VEQY
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KY30BAN18CKQZY6KPSBSHCDZ

Details by Category

❌ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro9708
✅ example9708
✅ express9708
❌ fastify9618
✅ hono9708
✅ nextjs-turbopack10203
✅ nextjs-webpack10203
✅ nitro9708
✅ nuxt9708
✅ sveltekit9708
❌ vite9618
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack10500
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev403
✅ redis-dev403
❌ redis68180
✅ turso-dev403
❌ turso3830
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable9906
✅ e2e-local-dev-tanstack-start-stable9906
✅ e2e-local-postgres-nest-stable9906
✅ e2e-local-postgres-tanstack-start-stable9906
✅ e2e-local-prod-nest-stable9906
✅ e2e-local-prod-tanstack-start-stable9906

📋 View full workflow run


Some E2E test jobs failed:

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

Check the workflow run for details.

Sign up for freeto 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.

2 participants

@VaguelySerious@TooTallNate
, 'i'); if (__m === '*' || __re.test(location.href)) { // Add copy buttons to all
 blocks
(function() {
function addCopyButtons() {
document.querySelectorAll('pre code').forEach(function(codeBlock) {
if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;
codeBlock.parentElement.setAttribute('data-copy-added', 'true');
var btn = document.createElement('button');
btn.textContent = 'Copy';
btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';
btn.onmouseover = function() { this.style.opacity = '1'; };
btn.onmouseout = function() { this.style.opacity = '0.7'; };
btn.onclick = function() {
navigator.clipboard.writeText(codeBlock.textContent).then(function() {
btn.textContent = 'Copied!';
setTimeout(function() { btn.textContent = 'Copy'; }, 1500);
});
};
codeBlock.parentElement.style.position = 'relative';
codeBlock.parentElement.appendChild(btn);
});
}
addCopyButtons();
// Re-run on dynamic content
var observer = new MutationObserver(addCopyButtons);
observer.observe(document.body, { childList: true, subtree: true });
})();
}
} catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
})();
(function(){
try {
var __m = "github.com";
var __re = new RegExp('^' + "github\\.com" + '
fix(workbench/nest): set outputDirectory so stable Vercel deploy succeeds by VaguelySerious · Pull Request #3032 · vercel/workflow · GitHub
Skip to content

fix(workbench/nest): set outputDirectory so stable Vercel deploy succeeds - #3032

Merged
VaguelySerious merged 1 commit into
stablefrom
peter/fix-nest-vercel-stable-deploy
Jul 21, 2026
Merged

fix(workbench/nest): set outputDirectory so stable Vercel deploy succeeds#3032
VaguelySerious merged 1 commit into
stablefrom
peter/fix-nest-vercel-stable-deploy

Conversation

@VaguelySerious

Copy link
Copy Markdown
Member

Problem

The workbench-nestjs-workflow Vercel project (framework Other, root directory workbench/nest) builds every repo branch since its Git integration was reconnected. On stable it deploys as ERROR, so every stable PR shows a red Vercel – workbench-nestjs-workflow check.

Confirmed via the Vercel API: stable, changeset-release/stable, and backport/pr-2963-to-stable all deploy ERROR; main is READY.

Root cause

Stable has no vercel-build script, so Vercel runs the default build (nest build via the monorepo Turbo graph). The package builds fine, but nest build only emits dist/ — it never produces .vercel/output. With no .vercel/output and no public/ directory, the build ends with:

Error: No Output Directory named "public" found after the Build completed.
Configure the Output Directory in your Project Settings. Alternatively, configure vercel.json#outputDirectory.

main doesn't hit this because #2988 added the nest Vercel builder + vercel-build script, which emits .vercel/output.

Fix

Point outputDirectory at dist in workbench/nest/vercel.json so Vercel accepts the plain nest build output and the deploy goes green.

This is the minimal, stable-scoped fix — it does not backport the experimental nest Vercel builder (which would ship experimental @workflow/nest / workflow APIs to the GA latest npm channel just to satisfy a CI check). Stable has no nest e2e tests, so a static build of dist/ is sufficient for the deploy to succeed.

Isolated to stable: main continues to emit .vercel/output, which takes precedence over outputDirectory regardless, so this change is inert if the builder is ever backported later.

Testing

  • Verified the exact failure in the stable branch deployment's build logs (No Output Directory named "public" found).
  • Workbench-only config change — no changeset needed (workbench is not a published package).

🤖 Generated with Claude Code

…eeds
The workbench-nestjs-workflow Vercel project (framework "Other", root
workbench/nest) builds every branch. On stable there is no vercel-build
script, so `nest build` runs but never emits .vercel/output. With no
.vercel/output and no public/ dir, Vercel fails the deploy with
"No Output Directory named public found", turning the nest deployment
check red on every stable PR.
Point outputDirectory at dist so Vercel accepts the build output. This
is isolated to stable: main emits .vercel/output via the nest Vercel
builder (#2988), which takes precedence over outputDirectory regardless.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: Peter Wielander <peter.wielander@vercel.com>
@VaguelySerious
VaguelySerious requested review from a team and ijjk as code ownersJuly 21, 2026 18:37
@vercel
vercelBottemporarily deployed to Preview – workflow-docs July 21, 2026 18:37 Inactive
@vercel

vercelBot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

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

ProjectDeploymentActionsUpdated (UTC)
example-nextjs-workflow-turbopackReadyReadyPreview, CommentJul 21, 2026 6:40pm
example-nextjs-workflow-webpackReadyReadyPreview, CommentJul 21, 2026 6:40pm
example-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-astro-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-express-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-fastify-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-hono-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-nestjs-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-nitro-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-nuxt-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-sveltekit-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-tanstack-start-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-vite-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workflow-swc-playgroundReadyReadyPreview, CommentJul 21, 2026 6:40pm
workflow-tarballsReadyReadyPreview, CommentJul 21, 2026 6:40pm
workflow-webReadyReadyPreview, CommentJul 21, 2026 6:40pm
1 Skipped Deployment
ProjectDeploymentActionsUpdated (UTC)
workflow-docsSkippedSkippedJul 21, 2026 6:40pm

@changeset-bot

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: a443232

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

github-actionsBot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
❌ ▲ Vercel Production10752781155
✅ 💻 Local Development11740861260
✅ 📦 Local Production11740861260
✅ 🐘 Local Postgres11740861260
✅ 🪟 Windows10500105
❌ 🌍 Community Worlds831019193
✅ 📋 Other594036630
Total53791033815863

❌ Failed Tests

▲ Vercel Production (2 failed)

fastify (1 failed):

vite (1 failed):

🌍 Community Worlds (101 failed)

redis (18 failed):

  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KY2ZKHE0PFDS4MFTKH5QVP6G
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KY2ZM2D8CRMZTCJ0ZH0FP1YX
  • sleepingWorkflow | wrun_01KY2ZNMT15995PRABYEQNWEA7
  • 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_01KY3005QSR7RAYMK3KH2973S3
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KY300NDCZHNG9HC07WA3HV6X
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KY3011E06615PAF2Y4BGXFB3
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KY301FREJSHDD8G76E1NA0AB
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KY302C3N77HPBN7XQ0KVHB4J
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KY302GD375K4827J4RYP01NJ
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KY302SS9MKX1TZZY5W0675P9
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KY302ZGS1F3B7EXMEY3K9V8A
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KY303A01WJ5RSXEYYR1D49TY
  • pages router sleepingWorkflow via pages router
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KY30BAN18CKQZY6KPSBSHCDZ

turso (83 failed):

  • addTenWorkflow | wrun_01KY2ZHXC4E42ZJ5YK18K604H3
  • addTenWorkflow | wrun_01KY2ZHXC4E42ZJ5YK18K604H3
  • deploymentId: 'latest' is a no-op in non-Vercel worlds
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KY2ZNSF1HANYAT90B1Q0XTPE
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KY2ZJD08G72SV7SM7CVQYQK4
  • promiseRaceWorkflow | wrun_01KY2ZJHNNQCBRKMTKX4SSER1H
  • promiseAnyWorkflow | wrun_01KY2ZJP9PXGV21TPDSFBJ0REE
  • importedStepOnlyWorkflow | wrun_01KY2ZP4JW0EEF761AGD7A0M3G
  • readableStreamWorkflow | wrun_01KY2ZJRTANJJWAMXK5WF7PNKD
  • hookWorkflow | wrun_01KY2ZK6NZATYWTN0JCN535E2E
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KY2ZKHE0PFDS4MFTKH5QVP6G
  • webhookWorkflow | wrun_01KY2ZKQB53EXGAGNPKDWWMPF3
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KY2ZM2D8CRMZTCJ0ZH0FP1YX
  • sleepingWorkflow | wrun_01KY2ZNMT15995PRABYEQNWEA7
  • parallelSleepWorkflow | wrun_01KY2ZP60SF0ZWXFG553WFH4Q2
  • sleepWinsRaceWorkflow | wrun_01KY2ZP9NZ5PCB9CKA0YMD7JRZ
  • stepWinsRaceWorkflow | wrun_01KY2ZPFEBNQJYGDEMNYPWXJEF
  • nullByteWorkflow | wrun_01KY2ZPK14GW45QT9SS6XM7SSV
  • workflowAndStepMetadataWorkflow | wrun_01KY2ZPN9QTNK4HK4F5YEJJZ6H
  • 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_01KY2ZTCZW5XPCZ292QTDG7BYA
  • writableForwardedFromWorkflowWorkflow | wrun_01KY2ZV0EP9B5P5TEF8RS9CYMQ
  • writableForwardedFromStepWorkflow | wrun_01KY2ZV6Y0F45NXQJZK4V71SZ9
  • fetchWorkflow | wrun_01KY2ZVCRF90BEA2NJG5PFPD9K
  • promiseRaceStressTestWorkflow | wrun_01KY2ZVM17YMC6TMYWWTKQFMHE
  • 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_01KY2ZZR6AYP22AQW6VKFAWKB1
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KY3005QSR7RAYMK3KH2973S3
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KY300NDCZHNG9HC07WA3HV6X
  • 'hookGetConflictWithPriorStepWorkflow' - hook.getConflict() does not block step execution | wrun_01KY300R6GZ8G8S95CTP5MDW5Q
  • 'hookGetConflictWithParallelStepWorkfl…' - hook.getConflict() does not block step execution | wrun_01KY300YEH45YJ7AEDK8BRHJD1
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KY3011E06615PAF2Y4BGXFB3
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KY301FREJSHDD8G76E1NA0AB
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KY302C3N77HPBN7XQ0KVHB4J
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KY302GD375K4827J4RYP01NJ
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KY302SS9MKX1TZZY5W0675P9
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KY302ZGS1F3B7EXMEY3K9V8A
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KY303A01WJ5RSXEYYR1D49TY
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KY303HH2XWKD5GGCFCWNCTBX
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KY3041WD9H8WFZWPKSHJF5XD
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KY304E9RD24KE0KNC337VRM3
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KY304PK6DA4905TGDPF5R3M2
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KY304T88SAQMMPZXY7Y96R5E
  • 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_01KY305CKX89Q7Z2E96ZGRTDEN
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KY305MC1Q7KN888AKKRF6K9P
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KY305WSFM5R9RY8PGYH1GHE2
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KY3064YZVRVED21AR2H0E83Y
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KY306DHFEN34K5KX989Z6WWJ
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KY306SEYX43GWJ026NQZQM29
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KY3076RD6GQ40CFARG0PQB26
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KY307VK9BRHNEQ56XBPWSRXW
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KY308BNAB6CMZNJ48J2GF02R
  • cancelRun - cancelling a running workflow | wrun_01KY308RJ6BM17AM0W160DQFDS
  • cancelRun via CLI - cancelling a running workflow | wrun_01KY308XWJQN9R43FT29A5H8QZ
  • 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_01KY30961WT97BY44BNTA7QHJF
  • hookWithSleepFinalStepWorkflow - step only on final payload | wrun_01KY309MC30VRCPKSZCPK3CYH1
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KY30A03H704Y1QVZGWZXZQW2
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KY30ANW13GMMQ3QDYTKGQXET
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KY30B20ZC1YX2FYPC8ZDHYC2
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KY30B5W6FANSMF2BV5Q1VEQY
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KY30BAN18CKQZY6KPSBSHCDZ

Details by Category

❌ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro9708
✅ example9708
✅ express9708
❌ fastify9618
✅ hono9708
✅ nextjs-turbopack10203
✅ nextjs-webpack10203
✅ nitro9708
✅ nuxt9708
✅ sveltekit9708
❌ vite9618
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack10500
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev403
✅ redis-dev403
❌ redis68180
✅ turso-dev403
❌ turso3830
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable9906
✅ e2e-local-dev-tanstack-start-stable9906
✅ e2e-local-postgres-nest-stable9906
✅ e2e-local-postgres-tanstack-start-stable9906
✅ e2e-local-prod-nest-stable9906
✅ e2e-local-prod-tanstack-start-stable9906

📋 View full workflow run


Some E2E test jobs failed:

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

Check the workflow run for details.

Sign up for freeto 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.

2 participants

@VaguelySerious@TooTallNate
, 'i'); if (__m === '*' || __re.test(location.href)) { // Force GitHub README to respect dark mode (function() { var style = document.createElement('style'); style.textContent = ' .markdown-body { color-scheme: dark light; } .markdown-body pre { background: #161b22 !important; } .markdown-body code { background: rgba(110, 118, 129, 0.4) !important; } .markdown-body table th, .markdown-body table td { border-color: #30363d !important; } .markdown-body img { background: #0d1117; } .markdown-body blockquote { border-left-color: #8b949e; } .markdown-body hr { border-color: #30363d; } '; document.head.appendChild(style); })(); } } catch(__e) { console.warn('[Userscript:GitHub Dark Mode README Fix]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' fix(workbench/nest): set outputDirectory so stable Vercel deploy succeeds by VaguelySerious · Pull Request #3032 · vercel/workflow · GitHub
Skip to content

fix(workbench/nest): set outputDirectory so stable Vercel deploy succeeds - #3032

Merged
VaguelySerious merged 1 commit into
stablefrom
peter/fix-nest-vercel-stable-deploy
Jul 21, 2026
Merged

fix(workbench/nest): set outputDirectory so stable Vercel deploy succeeds#3032
VaguelySerious merged 1 commit into
stablefrom
peter/fix-nest-vercel-stable-deploy

Conversation

@VaguelySerious

Copy link
Copy Markdown
Member

Problem

The workbench-nestjs-workflow Vercel project (framework Other, root directory workbench/nest) builds every repo branch since its Git integration was reconnected. On stable it deploys as ERROR, so every stable PR shows a red Vercel – workbench-nestjs-workflow check.

Confirmed via the Vercel API: stable, changeset-release/stable, and backport/pr-2963-to-stable all deploy ERROR; main is READY.

Root cause

Stable has no vercel-build script, so Vercel runs the default build (nest build via the monorepo Turbo graph). The package builds fine, but nest build only emits dist/ — it never produces .vercel/output. With no .vercel/output and no public/ directory, the build ends with:

Error: No Output Directory named "public" found after the Build completed.
Configure the Output Directory in your Project Settings. Alternatively, configure vercel.json#outputDirectory.

main doesn't hit this because #2988 added the nest Vercel builder + vercel-build script, which emits .vercel/output.

Fix

Point outputDirectory at dist in workbench/nest/vercel.json so Vercel accepts the plain nest build output and the deploy goes green.

This is the minimal, stable-scoped fix — it does not backport the experimental nest Vercel builder (which would ship experimental @workflow/nest / workflow APIs to the GA latest npm channel just to satisfy a CI check). Stable has no nest e2e tests, so a static build of dist/ is sufficient for the deploy to succeed.

Isolated to stable: main continues to emit .vercel/output, which takes precedence over outputDirectory regardless, so this change is inert if the builder is ever backported later.

Testing

  • Verified the exact failure in the stable branch deployment's build logs (No Output Directory named "public" found).
  • Workbench-only config change — no changeset needed (workbench is not a published package).

🤖 Generated with Claude Code

…eeds
The workbench-nestjs-workflow Vercel project (framework "Other", root
workbench/nest) builds every branch. On stable there is no vercel-build
script, so `nest build` runs but never emits .vercel/output. With no
.vercel/output and no public/ dir, Vercel fails the deploy with
"No Output Directory named public found", turning the nest deployment
check red on every stable PR.
Point outputDirectory at dist so Vercel accepts the build output. This
is isolated to stable: main emits .vercel/output via the nest Vercel
builder (#2988), which takes precedence over outputDirectory regardless.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: Peter Wielander <peter.wielander@vercel.com>
@VaguelySerious
VaguelySerious requested review from a team and ijjk as code ownersJuly 21, 2026 18:37
@vercel
vercelBottemporarily deployed to Preview – workflow-docs July 21, 2026 18:37 Inactive
@vercel

vercelBot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

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

ProjectDeploymentActionsUpdated (UTC)
example-nextjs-workflow-turbopackReadyReadyPreview, CommentJul 21, 2026 6:40pm
example-nextjs-workflow-webpackReadyReadyPreview, CommentJul 21, 2026 6:40pm
example-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-astro-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-express-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-fastify-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-hono-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-nestjs-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-nitro-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-nuxt-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-sveltekit-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-tanstack-start-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-vite-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workflow-swc-playgroundReadyReadyPreview, CommentJul 21, 2026 6:40pm
workflow-tarballsReadyReadyPreview, CommentJul 21, 2026 6:40pm
workflow-webReadyReadyPreview, CommentJul 21, 2026 6:40pm
1 Skipped Deployment
ProjectDeploymentActionsUpdated (UTC)
workflow-docsSkippedSkippedJul 21, 2026 6:40pm

@changeset-bot

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: a443232

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

github-actionsBot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
❌ ▲ Vercel Production10752781155
✅ 💻 Local Development11740861260
✅ 📦 Local Production11740861260
✅ 🐘 Local Postgres11740861260
✅ 🪟 Windows10500105
❌ 🌍 Community Worlds831019193
✅ 📋 Other594036630
Total53791033815863

❌ Failed Tests

▲ Vercel Production (2 failed)

fastify (1 failed):

vite (1 failed):

🌍 Community Worlds (101 failed)

redis (18 failed):

  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KY2ZKHE0PFDS4MFTKH5QVP6G
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KY2ZM2D8CRMZTCJ0ZH0FP1YX
  • sleepingWorkflow | wrun_01KY2ZNMT15995PRABYEQNWEA7
  • 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_01KY3005QSR7RAYMK3KH2973S3
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KY300NDCZHNG9HC07WA3HV6X
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KY3011E06615PAF2Y4BGXFB3
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KY301FREJSHDD8G76E1NA0AB
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KY302C3N77HPBN7XQ0KVHB4J
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KY302GD375K4827J4RYP01NJ
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KY302SS9MKX1TZZY5W0675P9
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KY302ZGS1F3B7EXMEY3K9V8A
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KY303A01WJ5RSXEYYR1D49TY
  • pages router sleepingWorkflow via pages router
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KY30BAN18CKQZY6KPSBSHCDZ

turso (83 failed):

  • addTenWorkflow | wrun_01KY2ZHXC4E42ZJ5YK18K604H3
  • addTenWorkflow | wrun_01KY2ZHXC4E42ZJ5YK18K604H3
  • deploymentId: 'latest' is a no-op in non-Vercel worlds
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KY2ZNSF1HANYAT90B1Q0XTPE
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KY2ZJD08G72SV7SM7CVQYQK4
  • promiseRaceWorkflow | wrun_01KY2ZJHNNQCBRKMTKX4SSER1H
  • promiseAnyWorkflow | wrun_01KY2ZJP9PXGV21TPDSFBJ0REE
  • importedStepOnlyWorkflow | wrun_01KY2ZP4JW0EEF761AGD7A0M3G
  • readableStreamWorkflow | wrun_01KY2ZJRTANJJWAMXK5WF7PNKD
  • hookWorkflow | wrun_01KY2ZK6NZATYWTN0JCN535E2E
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KY2ZKHE0PFDS4MFTKH5QVP6G
  • webhookWorkflow | wrun_01KY2ZKQB53EXGAGNPKDWWMPF3
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KY2ZM2D8CRMZTCJ0ZH0FP1YX
  • sleepingWorkflow | wrun_01KY2ZNMT15995PRABYEQNWEA7
  • parallelSleepWorkflow | wrun_01KY2ZP60SF0ZWXFG553WFH4Q2
  • sleepWinsRaceWorkflow | wrun_01KY2ZP9NZ5PCB9CKA0YMD7JRZ
  • stepWinsRaceWorkflow | wrun_01KY2ZPFEBNQJYGDEMNYPWXJEF
  • nullByteWorkflow | wrun_01KY2ZPK14GW45QT9SS6XM7SSV
  • workflowAndStepMetadataWorkflow | wrun_01KY2ZPN9QTNK4HK4F5YEJJZ6H
  • 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_01KY2ZTCZW5XPCZ292QTDG7BYA
  • writableForwardedFromWorkflowWorkflow | wrun_01KY2ZV0EP9B5P5TEF8RS9CYMQ
  • writableForwardedFromStepWorkflow | wrun_01KY2ZV6Y0F45NXQJZK4V71SZ9
  • fetchWorkflow | wrun_01KY2ZVCRF90BEA2NJG5PFPD9K
  • promiseRaceStressTestWorkflow | wrun_01KY2ZVM17YMC6TMYWWTKQFMHE
  • 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_01KY2ZZR6AYP22AQW6VKFAWKB1
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KY3005QSR7RAYMK3KH2973S3
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KY300NDCZHNG9HC07WA3HV6X
  • 'hookGetConflictWithPriorStepWorkflow' - hook.getConflict() does not block step execution | wrun_01KY300R6GZ8G8S95CTP5MDW5Q
  • 'hookGetConflictWithParallelStepWorkfl…' - hook.getConflict() does not block step execution | wrun_01KY300YEH45YJ7AEDK8BRHJD1
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KY3011E06615PAF2Y4BGXFB3
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KY301FREJSHDD8G76E1NA0AB
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KY302C3N77HPBN7XQ0KVHB4J
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KY302GD375K4827J4RYP01NJ
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KY302SS9MKX1TZZY5W0675P9
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KY302ZGS1F3B7EXMEY3K9V8A
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KY303A01WJ5RSXEYYR1D49TY
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KY303HH2XWKD5GGCFCWNCTBX
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KY3041WD9H8WFZWPKSHJF5XD
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KY304E9RD24KE0KNC337VRM3
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KY304PK6DA4905TGDPF5R3M2
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KY304T88SAQMMPZXY7Y96R5E
  • 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_01KY305CKX89Q7Z2E96ZGRTDEN
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KY305MC1Q7KN888AKKRF6K9P
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KY305WSFM5R9RY8PGYH1GHE2
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KY3064YZVRVED21AR2H0E83Y
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KY306DHFEN34K5KX989Z6WWJ
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KY306SEYX43GWJ026NQZQM29
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KY3076RD6GQ40CFARG0PQB26
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KY307VK9BRHNEQ56XBPWSRXW
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KY308BNAB6CMZNJ48J2GF02R
  • cancelRun - cancelling a running workflow | wrun_01KY308RJ6BM17AM0W160DQFDS
  • cancelRun via CLI - cancelling a running workflow | wrun_01KY308XWJQN9R43FT29A5H8QZ
  • 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_01KY30961WT97BY44BNTA7QHJF
  • hookWithSleepFinalStepWorkflow - step only on final payload | wrun_01KY309MC30VRCPKSZCPK3CYH1
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KY30A03H704Y1QVZGWZXZQW2
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KY30ANW13GMMQ3QDYTKGQXET
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KY30B20ZC1YX2FYPC8ZDHYC2
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KY30B5W6FANSMF2BV5Q1VEQY
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KY30BAN18CKQZY6KPSBSHCDZ

Details by Category

❌ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro9708
✅ example9708
✅ express9708
❌ fastify9618
✅ hono9708
✅ nextjs-turbopack10203
✅ nextjs-webpack10203
✅ nitro9708
✅ nuxt9708
✅ sveltekit9708
❌ vite9618
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack10500
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev403
✅ redis-dev403
❌ redis68180
✅ turso-dev403
❌ turso3830
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable9906
✅ e2e-local-dev-tanstack-start-stable9906
✅ e2e-local-postgres-nest-stable9906
✅ e2e-local-postgres-tanstack-start-stable9906
✅ e2e-local-prod-nest-stable9906
✅ e2e-local-prod-tanstack-start-stable9906

📋 View full workflow run


Some E2E test jobs failed:

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

Check the workflow run for details.

Sign up for freeto 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.

2 participants

@VaguelySerious@TooTallNate
, 'i'); if (__m === '*' || __re.test(location.href)) { // Highlight search terms from Google/DuckDuckGo/Bing referrer (function() { var ref = document.referrer; var terms = []; if (ref.includes('google.com') || ref.includes('duckduckgo.com') || ref.includes('bing.com')) { var url = new URL(ref); var q = url.searchParams.get('q') || url.searchParams.get('p'); if (q) { terms = q.split(/\s+/).filter(function(t) { return t.length > 2; }); } } if (terms.length === 0) return; var style = document.createElement('style'); style.textContent = '.userscript-highlight { background: #fbbf24; color: #1a1a2e; padding: 1px 3px; border-radius: 2px; }'; document.head.appendChild(style); function highlight(node) { if (node.nodeType === 3) { // text node var text = node.textContent; var found = false; terms.forEach(function(term) { var regex = new RegExp('(' + term.replace(/[.*+?^${}()|[\]\\]/g, '\\') + ')', 'gi'); if (regex.test(text)) { found = true; var frag = document.createDocumentFragment(); var parts = text.split(regex); parts.forEach(function(part, i) { if (i % 2 === 0) { frag.appendChild(document.createTextNode(part)); } else { var span = document.createElement('span'); span.className = 'userscript-highlight'; span.textContent = part; frag.appendChild(span); } }); node.parentNode.replaceChild(frag, node); } }); } else if (node.nodeType === 1 && node.childNodes) { // element var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT']; if (!skipTags.includes(node.tagName)) { Array.from(node.childNodes).forEach(highlight); } } } highlight(document.body); // Re-highlight on dynamic content var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1 || node.nodeType === 3) highlight(node); }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' fix(workbench/nest): set outputDirectory so stable Vercel deploy succeeds by VaguelySerious · Pull Request #3032 · vercel/workflow · GitHub
Skip to content

fix(workbench/nest): set outputDirectory so stable Vercel deploy succeeds - #3032

Merged
VaguelySerious merged 1 commit into
stablefrom
peter/fix-nest-vercel-stable-deploy
Jul 21, 2026
Merged

fix(workbench/nest): set outputDirectory so stable Vercel deploy succeeds#3032
VaguelySerious merged 1 commit into
stablefrom
peter/fix-nest-vercel-stable-deploy

Conversation

@VaguelySerious

Copy link
Copy Markdown
Member

Problem

The workbench-nestjs-workflow Vercel project (framework Other, root directory workbench/nest) builds every repo branch since its Git integration was reconnected. On stable it deploys as ERROR, so every stable PR shows a red Vercel – workbench-nestjs-workflow check.

Confirmed via the Vercel API: stable, changeset-release/stable, and backport/pr-2963-to-stable all deploy ERROR; main is READY.

Root cause

Stable has no vercel-build script, so Vercel runs the default build (nest build via the monorepo Turbo graph). The package builds fine, but nest build only emits dist/ — it never produces .vercel/output. With no .vercel/output and no public/ directory, the build ends with:

Error: No Output Directory named "public" found after the Build completed.
Configure the Output Directory in your Project Settings. Alternatively, configure vercel.json#outputDirectory.

main doesn't hit this because #2988 added the nest Vercel builder + vercel-build script, which emits .vercel/output.

Fix

Point outputDirectory at dist in workbench/nest/vercel.json so Vercel accepts the plain nest build output and the deploy goes green.

This is the minimal, stable-scoped fix — it does not backport the experimental nest Vercel builder (which would ship experimental @workflow/nest / workflow APIs to the GA latest npm channel just to satisfy a CI check). Stable has no nest e2e tests, so a static build of dist/ is sufficient for the deploy to succeed.

Isolated to stable: main continues to emit .vercel/output, which takes precedence over outputDirectory regardless, so this change is inert if the builder is ever backported later.

Testing

  • Verified the exact failure in the stable branch deployment's build logs (No Output Directory named "public" found).
  • Workbench-only config change — no changeset needed (workbench is not a published package).

🤖 Generated with Claude Code

…eeds
The workbench-nestjs-workflow Vercel project (framework "Other", root
workbench/nest) builds every branch. On stable there is no vercel-build
script, so `nest build` runs but never emits .vercel/output. With no
.vercel/output and no public/ dir, Vercel fails the deploy with
"No Output Directory named public found", turning the nest deployment
check red on every stable PR.
Point outputDirectory at dist so Vercel accepts the build output. This
is isolated to stable: main emits .vercel/output via the nest Vercel
builder (#2988), which takes precedence over outputDirectory regardless.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: Peter Wielander <peter.wielander@vercel.com>
@VaguelySerious
VaguelySerious requested review from a team and ijjk as code ownersJuly 21, 2026 18:37
@vercel
vercelBottemporarily deployed to Preview – workflow-docs July 21, 2026 18:37 Inactive
@vercel

vercelBot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

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

ProjectDeploymentActionsUpdated (UTC)
example-nextjs-workflow-turbopackReadyReadyPreview, CommentJul 21, 2026 6:40pm
example-nextjs-workflow-webpackReadyReadyPreview, CommentJul 21, 2026 6:40pm
example-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-astro-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-express-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-fastify-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-hono-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-nestjs-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-nitro-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-nuxt-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-sveltekit-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-tanstack-start-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-vite-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workflow-swc-playgroundReadyReadyPreview, CommentJul 21, 2026 6:40pm
workflow-tarballsReadyReadyPreview, CommentJul 21, 2026 6:40pm
workflow-webReadyReadyPreview, CommentJul 21, 2026 6:40pm
1 Skipped Deployment
ProjectDeploymentActionsUpdated (UTC)
workflow-docsSkippedSkippedJul 21, 2026 6:40pm

@changeset-bot

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: a443232

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

github-actionsBot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
❌ ▲ Vercel Production10752781155
✅ 💻 Local Development11740861260
✅ 📦 Local Production11740861260
✅ 🐘 Local Postgres11740861260
✅ 🪟 Windows10500105
❌ 🌍 Community Worlds831019193
✅ 📋 Other594036630
Total53791033815863

❌ Failed Tests

▲ Vercel Production (2 failed)

fastify (1 failed):

vite (1 failed):

🌍 Community Worlds (101 failed)

redis (18 failed):

  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KY2ZKHE0PFDS4MFTKH5QVP6G
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KY2ZM2D8CRMZTCJ0ZH0FP1YX
  • sleepingWorkflow | wrun_01KY2ZNMT15995PRABYEQNWEA7
  • 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_01KY3005QSR7RAYMK3KH2973S3
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KY300NDCZHNG9HC07WA3HV6X
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KY3011E06615PAF2Y4BGXFB3
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KY301FREJSHDD8G76E1NA0AB
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KY302C3N77HPBN7XQ0KVHB4J
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KY302GD375K4827J4RYP01NJ
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KY302SS9MKX1TZZY5W0675P9
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KY302ZGS1F3B7EXMEY3K9V8A
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KY303A01WJ5RSXEYYR1D49TY
  • pages router sleepingWorkflow via pages router
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KY30BAN18CKQZY6KPSBSHCDZ

turso (83 failed):

  • addTenWorkflow | wrun_01KY2ZHXC4E42ZJ5YK18K604H3
  • addTenWorkflow | wrun_01KY2ZHXC4E42ZJ5YK18K604H3
  • deploymentId: 'latest' is a no-op in non-Vercel worlds
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KY2ZNSF1HANYAT90B1Q0XTPE
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KY2ZJD08G72SV7SM7CVQYQK4
  • promiseRaceWorkflow | wrun_01KY2ZJHNNQCBRKMTKX4SSER1H
  • promiseAnyWorkflow | wrun_01KY2ZJP9PXGV21TPDSFBJ0REE
  • importedStepOnlyWorkflow | wrun_01KY2ZP4JW0EEF761AGD7A0M3G
  • readableStreamWorkflow | wrun_01KY2ZJRTANJJWAMXK5WF7PNKD
  • hookWorkflow | wrun_01KY2ZK6NZATYWTN0JCN535E2E
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KY2ZKHE0PFDS4MFTKH5QVP6G
  • webhookWorkflow | wrun_01KY2ZKQB53EXGAGNPKDWWMPF3
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KY2ZM2D8CRMZTCJ0ZH0FP1YX
  • sleepingWorkflow | wrun_01KY2ZNMT15995PRABYEQNWEA7
  • parallelSleepWorkflow | wrun_01KY2ZP60SF0ZWXFG553WFH4Q2
  • sleepWinsRaceWorkflow | wrun_01KY2ZP9NZ5PCB9CKA0YMD7JRZ
  • stepWinsRaceWorkflow | wrun_01KY2ZPFEBNQJYGDEMNYPWXJEF
  • nullByteWorkflow | wrun_01KY2ZPK14GW45QT9SS6XM7SSV
  • workflowAndStepMetadataWorkflow | wrun_01KY2ZPN9QTNK4HK4F5YEJJZ6H
  • 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_01KY2ZTCZW5XPCZ292QTDG7BYA
  • writableForwardedFromWorkflowWorkflow | wrun_01KY2ZV0EP9B5P5TEF8RS9CYMQ
  • writableForwardedFromStepWorkflow | wrun_01KY2ZV6Y0F45NXQJZK4V71SZ9
  • fetchWorkflow | wrun_01KY2ZVCRF90BEA2NJG5PFPD9K
  • promiseRaceStressTestWorkflow | wrun_01KY2ZVM17YMC6TMYWWTKQFMHE
  • 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_01KY2ZZR6AYP22AQW6VKFAWKB1
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KY3005QSR7RAYMK3KH2973S3
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KY300NDCZHNG9HC07WA3HV6X
  • 'hookGetConflictWithPriorStepWorkflow' - hook.getConflict() does not block step execution | wrun_01KY300R6GZ8G8S95CTP5MDW5Q
  • 'hookGetConflictWithParallelStepWorkfl…' - hook.getConflict() does not block step execution | wrun_01KY300YEH45YJ7AEDK8BRHJD1
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KY3011E06615PAF2Y4BGXFB3
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KY301FREJSHDD8G76E1NA0AB
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KY302C3N77HPBN7XQ0KVHB4J
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KY302GD375K4827J4RYP01NJ
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KY302SS9MKX1TZZY5W0675P9
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KY302ZGS1F3B7EXMEY3K9V8A
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KY303A01WJ5RSXEYYR1D49TY
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KY303HH2XWKD5GGCFCWNCTBX
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KY3041WD9H8WFZWPKSHJF5XD
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KY304E9RD24KE0KNC337VRM3
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KY304PK6DA4905TGDPF5R3M2
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KY304T88SAQMMPZXY7Y96R5E
  • 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_01KY305CKX89Q7Z2E96ZGRTDEN
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KY305MC1Q7KN888AKKRF6K9P
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KY305WSFM5R9RY8PGYH1GHE2
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KY3064YZVRVED21AR2H0E83Y
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KY306DHFEN34K5KX989Z6WWJ
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KY306SEYX43GWJ026NQZQM29
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KY3076RD6GQ40CFARG0PQB26
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KY307VK9BRHNEQ56XBPWSRXW
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KY308BNAB6CMZNJ48J2GF02R
  • cancelRun - cancelling a running workflow | wrun_01KY308RJ6BM17AM0W160DQFDS
  • cancelRun via CLI - cancelling a running workflow | wrun_01KY308XWJQN9R43FT29A5H8QZ
  • 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_01KY30961WT97BY44BNTA7QHJF
  • hookWithSleepFinalStepWorkflow - step only on final payload | wrun_01KY309MC30VRCPKSZCPK3CYH1
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KY30A03H704Y1QVZGWZXZQW2
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KY30ANW13GMMQ3QDYTKGQXET
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KY30B20ZC1YX2FYPC8ZDHYC2
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KY30B5W6FANSMF2BV5Q1VEQY
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KY30BAN18CKQZY6KPSBSHCDZ

Details by Category

❌ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro9708
✅ example9708
✅ express9708
❌ fastify9618
✅ hono9708
✅ nextjs-turbopack10203
✅ nextjs-webpack10203
✅ nitro9708
✅ nuxt9708
✅ sveltekit9708
❌ vite9618
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack10500
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev403
✅ redis-dev403
❌ redis68180
✅ turso-dev403
❌ turso3830
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable9906
✅ e2e-local-dev-tanstack-start-stable9906
✅ e2e-local-postgres-nest-stable9906
✅ e2e-local-postgres-tanstack-start-stable9906
✅ e2e-local-prod-nest-stable9906
✅ e2e-local-prod-tanstack-start-stable9906

📋 View full workflow run


Some E2E test jobs failed:

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

Check the workflow run for details.

Sign up for freeto 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.

2 participants

@VaguelySerious@TooTallNate
, 'i'); if (__m === '*' || __re.test(location.href)) { // Strip utm_, fbclid, gclid, etc. from all links on page (function() { var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content', 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid', 'ref', 'ref_src', 'source', 'medium', 'campaign']; function cleanUrl(url) { try { var u = new URL(url, window.location.origin); var changed = false; trackingParams.forEach(function(p) { if (u.searchParams.has(p)) { u.searchParams.delete(p); changed = true; } }); return changed ? u.toString() : url; } catch (e) { return url; } } function cleanLinks() { document.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } cleanLinks(); var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1) { if (node.tagName === 'A') cleanLinks(); node.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + ' fix(workbench/nest): set outputDirectory so stable Vercel deploy succeeds by VaguelySerious · Pull Request #3032 · vercel/workflow · GitHub
Skip to content

fix(workbench/nest): set outputDirectory so stable Vercel deploy succeeds - #3032

Merged
VaguelySerious merged 1 commit into
stablefrom
peter/fix-nest-vercel-stable-deploy
Jul 21, 2026
Merged

fix(workbench/nest): set outputDirectory so stable Vercel deploy succeeds#3032
VaguelySerious merged 1 commit into
stablefrom
peter/fix-nest-vercel-stable-deploy

Conversation

@VaguelySerious

Copy link
Copy Markdown
Member

Problem

The workbench-nestjs-workflow Vercel project (framework Other, root directory workbench/nest) builds every repo branch since its Git integration was reconnected. On stable it deploys as ERROR, so every stable PR shows a red Vercel – workbench-nestjs-workflow check.

Confirmed via the Vercel API: stable, changeset-release/stable, and backport/pr-2963-to-stable all deploy ERROR; main is READY.

Root cause

Stable has no vercel-build script, so Vercel runs the default build (nest build via the monorepo Turbo graph). The package builds fine, but nest build only emits dist/ — it never produces .vercel/output. With no .vercel/output and no public/ directory, the build ends with:

Error: No Output Directory named "public" found after the Build completed.
Configure the Output Directory in your Project Settings. Alternatively, configure vercel.json#outputDirectory.

main doesn't hit this because #2988 added the nest Vercel builder + vercel-build script, which emits .vercel/output.

Fix

Point outputDirectory at dist in workbench/nest/vercel.json so Vercel accepts the plain nest build output and the deploy goes green.

This is the minimal, stable-scoped fix — it does not backport the experimental nest Vercel builder (which would ship experimental @workflow/nest / workflow APIs to the GA latest npm channel just to satisfy a CI check). Stable has no nest e2e tests, so a static build of dist/ is sufficient for the deploy to succeed.

Isolated to stable: main continues to emit .vercel/output, which takes precedence over outputDirectory regardless, so this change is inert if the builder is ever backported later.

Testing

  • Verified the exact failure in the stable branch deployment's build logs (No Output Directory named "public" found).
  • Workbench-only config change — no changeset needed (workbench is not a published package).

🤖 Generated with Claude Code

…eeds
The workbench-nestjs-workflow Vercel project (framework "Other", root
workbench/nest) builds every branch. On stable there is no vercel-build
script, so `nest build` runs but never emits .vercel/output. With no
.vercel/output and no public/ dir, Vercel fails the deploy with
"No Output Directory named public found", turning the nest deployment
check red on every stable PR.
Point outputDirectory at dist so Vercel accepts the build output. This
is isolated to stable: main emits .vercel/output via the nest Vercel
builder (#2988), which takes precedence over outputDirectory regardless.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: Peter Wielander <peter.wielander@vercel.com>
@VaguelySerious
VaguelySerious requested review from a team and ijjk as code ownersJuly 21, 2026 18:37
@vercel
vercelBottemporarily deployed to Preview – workflow-docs July 21, 2026 18:37 Inactive
@vercel

vercelBot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

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

ProjectDeploymentActionsUpdated (UTC)
example-nextjs-workflow-turbopackReadyReadyPreview, CommentJul 21, 2026 6:40pm
example-nextjs-workflow-webpackReadyReadyPreview, CommentJul 21, 2026 6:40pm
example-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-astro-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-express-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-fastify-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-hono-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-nestjs-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-nitro-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-nuxt-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-sveltekit-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-tanstack-start-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-vite-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workflow-swc-playgroundReadyReadyPreview, CommentJul 21, 2026 6:40pm
workflow-tarballsReadyReadyPreview, CommentJul 21, 2026 6:40pm
workflow-webReadyReadyPreview, CommentJul 21, 2026 6:40pm
1 Skipped Deployment
ProjectDeploymentActionsUpdated (UTC)
workflow-docsSkippedSkippedJul 21, 2026 6:40pm

@changeset-bot

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: a443232

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

github-actionsBot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
❌ ▲ Vercel Production10752781155
✅ 💻 Local Development11740861260
✅ 📦 Local Production11740861260
✅ 🐘 Local Postgres11740861260
✅ 🪟 Windows10500105
❌ 🌍 Community Worlds831019193
✅ 📋 Other594036630
Total53791033815863

❌ Failed Tests

▲ Vercel Production (2 failed)

fastify (1 failed):

vite (1 failed):

🌍 Community Worlds (101 failed)

redis (18 failed):

  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KY2ZKHE0PFDS4MFTKH5QVP6G
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KY2ZM2D8CRMZTCJ0ZH0FP1YX
  • sleepingWorkflow | wrun_01KY2ZNMT15995PRABYEQNWEA7
  • 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_01KY3005QSR7RAYMK3KH2973S3
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KY300NDCZHNG9HC07WA3HV6X
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KY3011E06615PAF2Y4BGXFB3
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KY301FREJSHDD8G76E1NA0AB
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KY302C3N77HPBN7XQ0KVHB4J
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KY302GD375K4827J4RYP01NJ
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KY302SS9MKX1TZZY5W0675P9
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KY302ZGS1F3B7EXMEY3K9V8A
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KY303A01WJ5RSXEYYR1D49TY
  • pages router sleepingWorkflow via pages router
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KY30BAN18CKQZY6KPSBSHCDZ

turso (83 failed):

  • addTenWorkflow | wrun_01KY2ZHXC4E42ZJ5YK18K604H3
  • addTenWorkflow | wrun_01KY2ZHXC4E42ZJ5YK18K604H3
  • deploymentId: 'latest' is a no-op in non-Vercel worlds
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KY2ZNSF1HANYAT90B1Q0XTPE
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KY2ZJD08G72SV7SM7CVQYQK4
  • promiseRaceWorkflow | wrun_01KY2ZJHNNQCBRKMTKX4SSER1H
  • promiseAnyWorkflow | wrun_01KY2ZJP9PXGV21TPDSFBJ0REE
  • importedStepOnlyWorkflow | wrun_01KY2ZP4JW0EEF761AGD7A0M3G
  • readableStreamWorkflow | wrun_01KY2ZJRTANJJWAMXK5WF7PNKD
  • hookWorkflow | wrun_01KY2ZK6NZATYWTN0JCN535E2E
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KY2ZKHE0PFDS4MFTKH5QVP6G
  • webhookWorkflow | wrun_01KY2ZKQB53EXGAGNPKDWWMPF3
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KY2ZM2D8CRMZTCJ0ZH0FP1YX
  • sleepingWorkflow | wrun_01KY2ZNMT15995PRABYEQNWEA7
  • parallelSleepWorkflow | wrun_01KY2ZP60SF0ZWXFG553WFH4Q2
  • sleepWinsRaceWorkflow | wrun_01KY2ZP9NZ5PCB9CKA0YMD7JRZ
  • stepWinsRaceWorkflow | wrun_01KY2ZPFEBNQJYGDEMNYPWXJEF
  • nullByteWorkflow | wrun_01KY2ZPK14GW45QT9SS6XM7SSV
  • workflowAndStepMetadataWorkflow | wrun_01KY2ZPN9QTNK4HK4F5YEJJZ6H
  • 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_01KY2ZTCZW5XPCZ292QTDG7BYA
  • writableForwardedFromWorkflowWorkflow | wrun_01KY2ZV0EP9B5P5TEF8RS9CYMQ
  • writableForwardedFromStepWorkflow | wrun_01KY2ZV6Y0F45NXQJZK4V71SZ9
  • fetchWorkflow | wrun_01KY2ZVCRF90BEA2NJG5PFPD9K
  • promiseRaceStressTestWorkflow | wrun_01KY2ZVM17YMC6TMYWWTKQFMHE
  • 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_01KY2ZZR6AYP22AQW6VKFAWKB1
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KY3005QSR7RAYMK3KH2973S3
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KY300NDCZHNG9HC07WA3HV6X
  • 'hookGetConflictWithPriorStepWorkflow' - hook.getConflict() does not block step execution | wrun_01KY300R6GZ8G8S95CTP5MDW5Q
  • 'hookGetConflictWithParallelStepWorkfl…' - hook.getConflict() does not block step execution | wrun_01KY300YEH45YJ7AEDK8BRHJD1
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KY3011E06615PAF2Y4BGXFB3
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KY301FREJSHDD8G76E1NA0AB
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KY302C3N77HPBN7XQ0KVHB4J
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KY302GD375K4827J4RYP01NJ
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KY302SS9MKX1TZZY5W0675P9
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KY302ZGS1F3B7EXMEY3K9V8A
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KY303A01WJ5RSXEYYR1D49TY
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KY303HH2XWKD5GGCFCWNCTBX
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KY3041WD9H8WFZWPKSHJF5XD
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KY304E9RD24KE0KNC337VRM3
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KY304PK6DA4905TGDPF5R3M2
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KY304T88SAQMMPZXY7Y96R5E
  • 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_01KY305CKX89Q7Z2E96ZGRTDEN
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KY305MC1Q7KN888AKKRF6K9P
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KY305WSFM5R9RY8PGYH1GHE2
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KY3064YZVRVED21AR2H0E83Y
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KY306DHFEN34K5KX989Z6WWJ
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KY306SEYX43GWJ026NQZQM29
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KY3076RD6GQ40CFARG0PQB26
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KY307VK9BRHNEQ56XBPWSRXW
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KY308BNAB6CMZNJ48J2GF02R
  • cancelRun - cancelling a running workflow | wrun_01KY308RJ6BM17AM0W160DQFDS
  • cancelRun via CLI - cancelling a running workflow | wrun_01KY308XWJQN9R43FT29A5H8QZ
  • 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_01KY30961WT97BY44BNTA7QHJF
  • hookWithSleepFinalStepWorkflow - step only on final payload | wrun_01KY309MC30VRCPKSZCPK3CYH1
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KY30A03H704Y1QVZGWZXZQW2
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KY30ANW13GMMQ3QDYTKGQXET
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KY30B20ZC1YX2FYPC8ZDHYC2
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KY30B5W6FANSMF2BV5Q1VEQY
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KY30BAN18CKQZY6KPSBSHCDZ

Details by Category

❌ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro9708
✅ example9708
✅ express9708
❌ fastify9618
✅ hono9708
✅ nextjs-turbopack10203
✅ nextjs-webpack10203
✅ nitro9708
✅ nuxt9708
✅ sveltekit9708
❌ vite9618
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack10500
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev403
✅ redis-dev403
❌ redis68180
✅ turso-dev403
❌ turso3830
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable9906
✅ e2e-local-dev-tanstack-start-stable9906
✅ e2e-local-postgres-nest-stable9906
✅ e2e-local-postgres-tanstack-start-stable9906
✅ e2e-local-prod-nest-stable9906
✅ e2e-local-prod-tanstack-start-stable9906

📋 View full workflow run


Some E2E test jobs failed:

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

Check the workflow run for details.

Sign up for freeto 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.

2 participants

@VaguelySerious@TooTallNate
, 'i'); if (__m === '*' || __re.test(location.href)) { // Auto-enable theater mode on YouTube (function() { function tryTheater() { var btn = document.querySelector('button[aria-label="Theater mode"], ytd-player #player button[title="Theater mode"]'); if (btn && !btn.classList.contains('activated')) { btn.click(); } } // Try immediately tryTheater(); // Try after navigation (SPA) var lastUrl = location.href; setInterval(function() { if (location.href !== lastUrl) { lastUrl = location.href; setTimeout(tryTheater, 500); } }, 1000); // Also try on player load var observer = new MutationObserver(tryTheater); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' fix(workbench/nest): set outputDirectory so stable Vercel deploy succeeds by VaguelySerious · Pull Request #3032 · vercel/workflow · GitHub
Skip to content

fix(workbench/nest): set outputDirectory so stable Vercel deploy succeeds - #3032

Merged
VaguelySerious merged 1 commit into
stablefrom
peter/fix-nest-vercel-stable-deploy
Jul 21, 2026
Merged

fix(workbench/nest): set outputDirectory so stable Vercel deploy succeeds#3032
VaguelySerious merged 1 commit into
stablefrom
peter/fix-nest-vercel-stable-deploy

Conversation

@VaguelySerious

Copy link
Copy Markdown
Member

Problem

The workbench-nestjs-workflow Vercel project (framework Other, root directory workbench/nest) builds every repo branch since its Git integration was reconnected. On stable it deploys as ERROR, so every stable PR shows a red Vercel – workbench-nestjs-workflow check.

Confirmed via the Vercel API: stable, changeset-release/stable, and backport/pr-2963-to-stable all deploy ERROR; main is READY.

Root cause

Stable has no vercel-build script, so Vercel runs the default build (nest build via the monorepo Turbo graph). The package builds fine, but nest build only emits dist/ — it never produces .vercel/output. With no .vercel/output and no public/ directory, the build ends with:

Error: No Output Directory named "public" found after the Build completed.
Configure the Output Directory in your Project Settings. Alternatively, configure vercel.json#outputDirectory.

main doesn't hit this because #2988 added the nest Vercel builder + vercel-build script, which emits .vercel/output.

Fix

Point outputDirectory at dist in workbench/nest/vercel.json so Vercel accepts the plain nest build output and the deploy goes green.

This is the minimal, stable-scoped fix — it does not backport the experimental nest Vercel builder (which would ship experimental @workflow/nest / workflow APIs to the GA latest npm channel just to satisfy a CI check). Stable has no nest e2e tests, so a static build of dist/ is sufficient for the deploy to succeed.

Isolated to stable: main continues to emit .vercel/output, which takes precedence over outputDirectory regardless, so this change is inert if the builder is ever backported later.

Testing

  • Verified the exact failure in the stable branch deployment's build logs (No Output Directory named "public" found).
  • Workbench-only config change — no changeset needed (workbench is not a published package).

🤖 Generated with Claude Code

…eeds
The workbench-nestjs-workflow Vercel project (framework "Other", root
workbench/nest) builds every branch. On stable there is no vercel-build
script, so `nest build` runs but never emits .vercel/output. With no
.vercel/output and no public/ dir, Vercel fails the deploy with
"No Output Directory named public found", turning the nest deployment
check red on every stable PR.
Point outputDirectory at dist so Vercel accepts the build output. This
is isolated to stable: main emits .vercel/output via the nest Vercel
builder (#2988), which takes precedence over outputDirectory regardless.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: Peter Wielander <peter.wielander@vercel.com>
@VaguelySerious
VaguelySerious requested review from a team and ijjk as code ownersJuly 21, 2026 18:37
@vercel
vercelBottemporarily deployed to Preview – workflow-docs July 21, 2026 18:37 Inactive
@vercel

vercelBot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

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

ProjectDeploymentActionsUpdated (UTC)
example-nextjs-workflow-turbopackReadyReadyPreview, CommentJul 21, 2026 6:40pm
example-nextjs-workflow-webpackReadyReadyPreview, CommentJul 21, 2026 6:40pm
example-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-astro-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-express-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-fastify-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-hono-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-nestjs-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-nitro-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-nuxt-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-sveltekit-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-tanstack-start-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-vite-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workflow-swc-playgroundReadyReadyPreview, CommentJul 21, 2026 6:40pm
workflow-tarballsReadyReadyPreview, CommentJul 21, 2026 6:40pm
workflow-webReadyReadyPreview, CommentJul 21, 2026 6:40pm
1 Skipped Deployment
ProjectDeploymentActionsUpdated (UTC)
workflow-docsSkippedSkippedJul 21, 2026 6:40pm

@changeset-bot

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: a443232

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

github-actionsBot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
❌ ▲ Vercel Production10752781155
✅ 💻 Local Development11740861260
✅ 📦 Local Production11740861260
✅ 🐘 Local Postgres11740861260
✅ 🪟 Windows10500105
❌ 🌍 Community Worlds831019193
✅ 📋 Other594036630
Total53791033815863

❌ Failed Tests

▲ Vercel Production (2 failed)

fastify (1 failed):

vite (1 failed):

🌍 Community Worlds (101 failed)

redis (18 failed):

  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KY2ZKHE0PFDS4MFTKH5QVP6G
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KY2ZM2D8CRMZTCJ0ZH0FP1YX
  • sleepingWorkflow | wrun_01KY2ZNMT15995PRABYEQNWEA7
  • 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_01KY3005QSR7RAYMK3KH2973S3
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KY300NDCZHNG9HC07WA3HV6X
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KY3011E06615PAF2Y4BGXFB3
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KY301FREJSHDD8G76E1NA0AB
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KY302C3N77HPBN7XQ0KVHB4J
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KY302GD375K4827J4RYP01NJ
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KY302SS9MKX1TZZY5W0675P9
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KY302ZGS1F3B7EXMEY3K9V8A
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KY303A01WJ5RSXEYYR1D49TY
  • pages router sleepingWorkflow via pages router
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KY30BAN18CKQZY6KPSBSHCDZ

turso (83 failed):

  • addTenWorkflow | wrun_01KY2ZHXC4E42ZJ5YK18K604H3
  • addTenWorkflow | wrun_01KY2ZHXC4E42ZJ5YK18K604H3
  • deploymentId: 'latest' is a no-op in non-Vercel worlds
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KY2ZNSF1HANYAT90B1Q0XTPE
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KY2ZJD08G72SV7SM7CVQYQK4
  • promiseRaceWorkflow | wrun_01KY2ZJHNNQCBRKMTKX4SSER1H
  • promiseAnyWorkflow | wrun_01KY2ZJP9PXGV21TPDSFBJ0REE
  • importedStepOnlyWorkflow | wrun_01KY2ZP4JW0EEF761AGD7A0M3G
  • readableStreamWorkflow | wrun_01KY2ZJRTANJJWAMXK5WF7PNKD
  • hookWorkflow | wrun_01KY2ZK6NZATYWTN0JCN535E2E
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KY2ZKHE0PFDS4MFTKH5QVP6G
  • webhookWorkflow | wrun_01KY2ZKQB53EXGAGNPKDWWMPF3
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KY2ZM2D8CRMZTCJ0ZH0FP1YX
  • sleepingWorkflow | wrun_01KY2ZNMT15995PRABYEQNWEA7
  • parallelSleepWorkflow | wrun_01KY2ZP60SF0ZWXFG553WFH4Q2
  • sleepWinsRaceWorkflow | wrun_01KY2ZP9NZ5PCB9CKA0YMD7JRZ
  • stepWinsRaceWorkflow | wrun_01KY2ZPFEBNQJYGDEMNYPWXJEF
  • nullByteWorkflow | wrun_01KY2ZPK14GW45QT9SS6XM7SSV
  • workflowAndStepMetadataWorkflow | wrun_01KY2ZPN9QTNK4HK4F5YEJJZ6H
  • 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_01KY2ZTCZW5XPCZ292QTDG7BYA
  • writableForwardedFromWorkflowWorkflow | wrun_01KY2ZV0EP9B5P5TEF8RS9CYMQ
  • writableForwardedFromStepWorkflow | wrun_01KY2ZV6Y0F45NXQJZK4V71SZ9
  • fetchWorkflow | wrun_01KY2ZVCRF90BEA2NJG5PFPD9K
  • promiseRaceStressTestWorkflow | wrun_01KY2ZVM17YMC6TMYWWTKQFMHE
  • 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_01KY2ZZR6AYP22AQW6VKFAWKB1
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KY3005QSR7RAYMK3KH2973S3
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KY300NDCZHNG9HC07WA3HV6X
  • 'hookGetConflictWithPriorStepWorkflow' - hook.getConflict() does not block step execution | wrun_01KY300R6GZ8G8S95CTP5MDW5Q
  • 'hookGetConflictWithParallelStepWorkfl…' - hook.getConflict() does not block step execution | wrun_01KY300YEH45YJ7AEDK8BRHJD1
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KY3011E06615PAF2Y4BGXFB3
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KY301FREJSHDD8G76E1NA0AB
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KY302C3N77HPBN7XQ0KVHB4J
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KY302GD375K4827J4RYP01NJ
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KY302SS9MKX1TZZY5W0675P9
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KY302ZGS1F3B7EXMEY3K9V8A
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KY303A01WJ5RSXEYYR1D49TY
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KY303HH2XWKD5GGCFCWNCTBX
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KY3041WD9H8WFZWPKSHJF5XD
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KY304E9RD24KE0KNC337VRM3
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KY304PK6DA4905TGDPF5R3M2
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KY304T88SAQMMPZXY7Y96R5E
  • 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_01KY305CKX89Q7Z2E96ZGRTDEN
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KY305MC1Q7KN888AKKRF6K9P
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KY305WSFM5R9RY8PGYH1GHE2
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KY3064YZVRVED21AR2H0E83Y
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KY306DHFEN34K5KX989Z6WWJ
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KY306SEYX43GWJ026NQZQM29
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KY3076RD6GQ40CFARG0PQB26
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KY307VK9BRHNEQ56XBPWSRXW
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KY308BNAB6CMZNJ48J2GF02R
  • cancelRun - cancelling a running workflow | wrun_01KY308RJ6BM17AM0W160DQFDS
  • cancelRun via CLI - cancelling a running workflow | wrun_01KY308XWJQN9R43FT29A5H8QZ
  • 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_01KY30961WT97BY44BNTA7QHJF
  • hookWithSleepFinalStepWorkflow - step only on final payload | wrun_01KY309MC30VRCPKSZCPK3CYH1
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KY30A03H704Y1QVZGWZXZQW2
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KY30ANW13GMMQ3QDYTKGQXET
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KY30B20ZC1YX2FYPC8ZDHYC2
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KY30B5W6FANSMF2BV5Q1VEQY
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KY30BAN18CKQZY6KPSBSHCDZ

Details by Category

❌ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro9708
✅ example9708
✅ express9708
❌ fastify9618
✅ hono9708
✅ nextjs-turbopack10203
✅ nextjs-webpack10203
✅ nitro9708
✅ nuxt9708
✅ sveltekit9708
❌ vite9618
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack10500
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev403
✅ redis-dev403
❌ redis68180
✅ turso-dev403
❌ turso3830
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable9906
✅ e2e-local-dev-tanstack-start-stable9906
✅ e2e-local-postgres-nest-stable9906
✅ e2e-local-postgres-tanstack-start-stable9906
✅ e2e-local-prod-nest-stable9906
✅ e2e-local-prod-tanstack-start-stable9906

📋 View full workflow run


Some E2E test jobs failed:

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

Check the workflow run for details.

Sign up for freeto 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.

2 participants

@VaguelySerious@TooTallNate
, 'i'); if (__m === '*' || __re.test(location.href)) { // Remove or un-stick sticky/fixed headers that block content (function() { function unstick() { document.querySelectorAll('header, nav, [role="banner"], .header, .navbar, .sticky, .fixed-top, [style*="position: fixed"], [style*="position:sticky"]').forEach(function(el) { if (el.style.position === 'fixed' || el.style.position === 'sticky' || getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') { el.style.position = 'static'; el.style.top = 'auto'; el.style.zIndex = 'auto'; } }); } unstick(); var observer = new MutationObserver(unstick); observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] }); })(); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); })(); fix(workbench/nest): set outputDirectory so stable Vercel deploy succeeds by VaguelySerious · Pull Request #3032 · vercel/workflow · GitHub
Skip to content

fix(workbench/nest): set outputDirectory so stable Vercel deploy succeeds - #3032

Merged
VaguelySerious merged 1 commit into
stablefrom
peter/fix-nest-vercel-stable-deploy
Jul 21, 2026
Merged

fix(workbench/nest): set outputDirectory so stable Vercel deploy succeeds#3032
VaguelySerious merged 1 commit into
stablefrom
peter/fix-nest-vercel-stable-deploy

Conversation

@VaguelySerious

Copy link
Copy Markdown
Member

Problem

The workbench-nestjs-workflow Vercel project (framework Other, root directory workbench/nest) builds every repo branch since its Git integration was reconnected. On stable it deploys as ERROR, so every stable PR shows a red Vercel – workbench-nestjs-workflow check.

Confirmed via the Vercel API: stable, changeset-release/stable, and backport/pr-2963-to-stable all deploy ERROR; main is READY.

Root cause

Stable has no vercel-build script, so Vercel runs the default build (nest build via the monorepo Turbo graph). The package builds fine, but nest build only emits dist/ — it never produces .vercel/output. With no .vercel/output and no public/ directory, the build ends with:

Error: No Output Directory named "public" found after the Build completed.
Configure the Output Directory in your Project Settings. Alternatively, configure vercel.json#outputDirectory.

main doesn't hit this because #2988 added the nest Vercel builder + vercel-build script, which emits .vercel/output.

Fix

Point outputDirectory at dist in workbench/nest/vercel.json so Vercel accepts the plain nest build output and the deploy goes green.

This is the minimal, stable-scoped fix — it does not backport the experimental nest Vercel builder (which would ship experimental @workflow/nest / workflow APIs to the GA latest npm channel just to satisfy a CI check). Stable has no nest e2e tests, so a static build of dist/ is sufficient for the deploy to succeed.

Isolated to stable: main continues to emit .vercel/output, which takes precedence over outputDirectory regardless, so this change is inert if the builder is ever backported later.

Testing

  • Verified the exact failure in the stable branch deployment's build logs (No Output Directory named "public" found).
  • Workbench-only config change — no changeset needed (workbench is not a published package).

🤖 Generated with Claude Code

…eeds
The workbench-nestjs-workflow Vercel project (framework "Other", root
workbench/nest) builds every branch. On stable there is no vercel-build
script, so `nest build` runs but never emits .vercel/output. With no
.vercel/output and no public/ dir, Vercel fails the deploy with
"No Output Directory named public found", turning the nest deployment
check red on every stable PR.
Point outputDirectory at dist so Vercel accepts the build output. This
is isolated to stable: main emits .vercel/output via the nest Vercel
builder (#2988), which takes precedence over outputDirectory regardless.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: Peter Wielander <peter.wielander@vercel.com>
@VaguelySerious
VaguelySerious requested review from a team and ijjk as code ownersJuly 21, 2026 18:37
@vercel
vercelBottemporarily deployed to Preview – workflow-docs July 21, 2026 18:37 Inactive
@vercel

vercelBot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

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

ProjectDeploymentActionsUpdated (UTC)
example-nextjs-workflow-turbopackReadyReadyPreview, CommentJul 21, 2026 6:40pm
example-nextjs-workflow-webpackReadyReadyPreview, CommentJul 21, 2026 6:40pm
example-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-astro-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-express-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-fastify-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-hono-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-nestjs-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-nitro-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-nuxt-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-sveltekit-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-tanstack-start-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workbench-vite-workflowReadyReadyPreview, CommentJul 21, 2026 6:40pm
workflow-swc-playgroundReadyReadyPreview, CommentJul 21, 2026 6:40pm
workflow-tarballsReadyReadyPreview, CommentJul 21, 2026 6:40pm
workflow-webReadyReadyPreview, CommentJul 21, 2026 6:40pm
1 Skipped Deployment
ProjectDeploymentActionsUpdated (UTC)
workflow-docsSkippedSkippedJul 21, 2026 6:40pm

@changeset-bot

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: a443232

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

github-actionsBot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
❌ ▲ Vercel Production10752781155
✅ 💻 Local Development11740861260
✅ 📦 Local Production11740861260
✅ 🐘 Local Postgres11740861260
✅ 🪟 Windows10500105
❌ 🌍 Community Worlds831019193
✅ 📋 Other594036630
Total53791033815863

❌ Failed Tests

▲ Vercel Production (2 failed)

fastify (1 failed):

vite (1 failed):

🌍 Community Worlds (101 failed)

redis (18 failed):

  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KY2ZKHE0PFDS4MFTKH5QVP6G
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KY2ZM2D8CRMZTCJ0ZH0FP1YX
  • sleepingWorkflow | wrun_01KY2ZNMT15995PRABYEQNWEA7
  • 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_01KY3005QSR7RAYMK3KH2973S3
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KY300NDCZHNG9HC07WA3HV6X
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KY3011E06615PAF2Y4BGXFB3
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KY301FREJSHDD8G76E1NA0AB
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KY302C3N77HPBN7XQ0KVHB4J
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KY302GD375K4827J4RYP01NJ
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KY302SS9MKX1TZZY5W0675P9
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KY302ZGS1F3B7EXMEY3K9V8A
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KY303A01WJ5RSXEYYR1D49TY
  • pages router sleepingWorkflow via pages router
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KY30BAN18CKQZY6KPSBSHCDZ

turso (83 failed):

  • addTenWorkflow | wrun_01KY2ZHXC4E42ZJ5YK18K604H3
  • addTenWorkflow | wrun_01KY2ZHXC4E42ZJ5YK18K604H3
  • deploymentId: 'latest' is a no-op in non-Vercel worlds
  • wellKnownAgentWorkflow (.well-known/agent) | wrun_01KY2ZNSF1HANYAT90B1Q0XTPE
  • should work with react rendering in step
  • promiseAllWorkflow | wrun_01KY2ZJD08G72SV7SM7CVQYQK4
  • promiseRaceWorkflow | wrun_01KY2ZJHNNQCBRKMTKX4SSER1H
  • promiseAnyWorkflow | wrun_01KY2ZJP9PXGV21TPDSFBJ0REE
  • importedStepOnlyWorkflow | wrun_01KY2ZP4JW0EEF761AGD7A0M3G
  • readableStreamWorkflow | wrun_01KY2ZJRTANJJWAMXK5WF7PNKD
  • hookWorkflow | wrun_01KY2ZK6NZATYWTN0JCN535E2E
  • hookWorkflow is not resumable via public webhook endpoint | wrun_01KY2ZKHE0PFDS4MFTKH5QVP6G
  • webhookWorkflow | wrun_01KY2ZKQB53EXGAGNPKDWWMPF3
  • parallelStepsThenWebhookWorkflow - no hook_conflict from same-tick replay race | wrun_01KY2ZM2D8CRMZTCJ0ZH0FP1YX
  • sleepingWorkflow | wrun_01KY2ZNMT15995PRABYEQNWEA7
  • parallelSleepWorkflow | wrun_01KY2ZP60SF0ZWXFG553WFH4Q2
  • sleepWinsRaceWorkflow | wrun_01KY2ZP9NZ5PCB9CKA0YMD7JRZ
  • stepWinsRaceWorkflow | wrun_01KY2ZPFEBNQJYGDEMNYPWXJEF
  • nullByteWorkflow | wrun_01KY2ZPK14GW45QT9SS6XM7SSV
  • workflowAndStepMetadataWorkflow | wrun_01KY2ZPN9QTNK4HK4F5YEJJZ6H
  • 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_01KY2ZTCZW5XPCZ292QTDG7BYA
  • writableForwardedFromWorkflowWorkflow | wrun_01KY2ZV0EP9B5P5TEF8RS9CYMQ
  • writableForwardedFromStepWorkflow | wrun_01KY2ZV6Y0F45NXQJZK4V71SZ9
  • fetchWorkflow | wrun_01KY2ZVCRF90BEA2NJG5PFPD9K
  • promiseRaceStressTestWorkflow | wrun_01KY2ZVM17YMC6TMYWWTKQFMHE
  • 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_01KY2ZZR6AYP22AQW6VKFAWKB1
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously | wrun_01KY3005QSR7RAYMK3KH2973S3
  • hookGetConflictWorkflow - awaiting hook.getConflict() registers hook without payload | wrun_01KY300NDCZHNG9HC07WA3HV6X
  • 'hookGetConflictWithPriorStepWorkflow' - hook.getConflict() does not block step execution | wrun_01KY300R6GZ8G8S95CTP5MDW5Q
  • 'hookGetConflictWithParallelStepWorkfl…' - hook.getConflict() does not block step execution | wrun_01KY300YEH45YJ7AEDK8BRHJD1
  • hookGetConflictThenStepParallelWorkflow - hook.getConflict() continuation step runs alongside other steps | wrun_01KY3011E06615PAF2Y4BGXFB3
  • hookGetConflictWorkflow - hook.getConflict() resolves with the conflicting run when token is already registered | wrun_01KY301FREJSHDD8G76E1NA0AB
  • hookClaimOnlyMutexWorkflow - hook works as a pure run mutex without payload data | wrun_01KY302C3N77HPBN7XQ0KVHB4J
  • hookAdoptOwnerResultWorkflow - duplicate adopts the owner result via conflict.returnValue | wrun_01KY302GD375K4827J4RYP01NJ
  • hookSignalOwnerWorkflow - duplicate forwards its payload to the owner via resumeHook | wrun_01KY302SS9MKX1TZZY5W0675P9
  • hookSupersedeOwnerWorkflow - duplicate cancels the owner and claims the released token | wrun_01KY302ZGS1F3B7EXMEY3K9V8A
  • resume-or-start route pattern - resumeHook retried after start() reaches the new run | wrun_01KY303A01WJ5RSXEYYR1D49TY
  • hookDisposeTestWorkflow - hook token reuse after explicit disposal while workflow still running | wrun_01KY303HH2XWKD5GGCFCWNCTBX
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars) | wrun_01KY3041WD9H8WFZWPKSHJF5XD
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument | wrun_01KY304E9RD24KE0KNC337VRM3
  • closureVariableWorkflow - nested step functions with closure variables | wrun_01KY304PK6DA4905TGDPF5R3M2
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step | wrun_01KY304T88SAQMMPZXY7Y96R5E
  • 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_01KY305CKX89Q7Z2E96ZGRTDEN
  • Calculator.calculate - static workflow method using static step methods from another class | wrun_01KY305MC1Q7KN888AKKRF6K9P
  • AllInOneService.processNumber - static workflow method using sibling static step methods | wrun_01KY305WSFM5R9RY8PGYH1GHE2
  • ChainableService.processWithThis - static step methods using this to reference the class | wrun_01KY3064YZVRVED21AR2H0E83Y
  • thisSerializationWorkflow - step function invoked with .call() and .apply() | wrun_01KY306DHFEN34K5KX989Z6WWJ
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE | wrun_01KY306SEYX43GWJ026NQZQM29
  • instanceMethodStepWorkflow - instance methods with "use step" directive | wrun_01KY3076RD6GQ40CFARG0PQB26
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context | wrun_01KY307VK9BRHNEQ56XBPWSRXW
  • stepFunctionAsStartArgWorkflow - step function reference passed as start() argument | wrun_01KY308BNAB6CMZNJ48J2GF02R
  • cancelRun - cancelling a running workflow | wrun_01KY308RJ6BM17AM0W160DQFDS
  • cancelRun via CLI - cancelling a running workflow | wrun_01KY308XWJQN9R43FT29A5H8QZ
  • 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_01KY30961WT97BY44BNTA7QHJF
  • hookWithSleepFinalStepWorkflow - step only on final payload | wrun_01KY309MC30VRCPKSZCPK3CYH1
  • sleepInLoopWorkflow - sleep inside loop with steps actually delays each iteration | wrun_01KY30A03H704Y1QVZGWZXZQW2
  • sleepWithSequentialStepsWorkflow - sequential steps work with concurrent sleep (control) | wrun_01KY30ANW13GMMQ3QDYTKGQXET
  • importMetaUrlWorkflow - import.meta.url is available in step bundles | wrun_01KY30B20ZC1YX2FYPC8ZDHYC2
  • metadataFromHelperWorkflow - getWorkflowMetadata/getStepMetadata work from module-level helper (#1577) | wrun_01KY30B5W6FANSMF2BV5Q1VEQY
  • resilient start: addTenWorkflow completes when run_created returns 500 | wrun_01KY30BAN18CKQZY6KPSBSHCDZ

Details by Category

❌ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro9708
✅ example9708
✅ express9708
❌ fastify9618
✅ hono9708
✅ nextjs-turbopack10203
✅ nextjs-webpack10203
✅ nitro9708
✅ nuxt9708
✅ sveltekit9708
❌ vite9618
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable9906
✅ express-stable9906
✅ fastify-stable9906
✅ hono-stable9906
✅ nextjs-turbopack-canary86019
✅ nextjs-turbopack-stable10500
✅ nextjs-webpack-canary86019
✅ nextjs-webpack-stable10500
✅ nitro-stable9906
✅ nuxt-stable9906
✅ sveltekit-stable9906
✅ vite-stable9906
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack10500
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev403
✅ redis-dev403
❌ redis68180
✅ turso-dev403
❌ turso3830
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable9906
✅ e2e-local-dev-tanstack-start-stable9906
✅ e2e-local-postgres-nest-stable9906
✅ e2e-local-postgres-tanstack-start-stable9906
✅ e2e-local-prod-nest-stable9906
✅ e2e-local-prod-tanstack-start-stable9906

📋 View full workflow run


Some E2E test jobs failed:

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

Check the workflow run for details.

Sign up for freeto 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.

2 participants

@VaguelySerious@TooTallNate