fix(workflow): bootstrap source worker transforms

This commit is contained in:
Tianyi Cui
2026-07-12 06:19:53 +08:00
parent a9cb70d896
commit 197f7237d2
10 changed files with 85 additions and 32 deletions

View File

@@ -143,6 +143,11 @@ function gatesForMode(selected: Mode): Gate[] {
case 'node-compat':
return [
pnpmScript('typecheck', 'typecheck'),
pnpmExec('source-worker-smoke', [
'vitest',
'run',
'packages/workflow/workflow-workerthread/tests/source-worker.compat.spec.ts',
], { label: 'source worker smoke' }),
]
case 'pre-push':
return [