fix typo
ci / build (push) Failing after 34m36s
Details
ci / build (push) Failing after 34m36s
Details
This commit is contained in:
parent
1628c7b4e6
commit
2b2f925146
|
@ -16,7 +16,7 @@ async function run() {
|
|||
// const codePath = new URL('./workflows.js', import.meta.url).pathname
|
||||
const codePath = path.join(__dirname, './workflows.cjs')
|
||||
console.log(`codePath=${codePath}`)
|
||||
const workflowsBundle = {
|
||||
const workflowBundle = {
|
||||
codePath
|
||||
}
|
||||
console.log(`codePath=${codePath}`)
|
||||
|
@ -36,7 +36,7 @@ async function run() {
|
|||
// the Temporal server.
|
||||
const worker = await Worker.create({
|
||||
// ...workflowOption(),
|
||||
workflowsBundle,
|
||||
workflowBundle,
|
||||
activities,
|
||||
taskQueue: process.env.TEMPORAL_TASK_QUEUE!,
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue