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 = new URL('./workflows.js', import.meta.url).pathname
|
||||||
const codePath = path.join(__dirname, './workflows.cjs')
|
const codePath = path.join(__dirname, './workflows.cjs')
|
||||||
console.log(`codePath=${codePath}`)
|
console.log(`codePath=${codePath}`)
|
||||||
const workflowsBundle = {
|
const workflowBundle = {
|
||||||
codePath
|
codePath
|
||||||
}
|
}
|
||||||
console.log(`codePath=${codePath}`)
|
console.log(`codePath=${codePath}`)
|
||||||
|
@ -36,7 +36,7 @@ async function run() {
|
||||||
// the Temporal server.
|
// the Temporal server.
|
||||||
const worker = await Worker.create({
|
const worker = await Worker.create({
|
||||||
// ...workflowOption(),
|
// ...workflowOption(),
|
||||||
workflowsBundle,
|
workflowBundle,
|
||||||
activities,
|
activities,
|
||||||
taskQueue: process.env.TEMPORAL_TASK_QUEUE!,
|
taskQueue: process.env.TEMPORAL_TASK_QUEUE!,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue