Add a default branch id for server tests
This commit is contained in:
parent
b999c1ac80
commit
4928c7f553
|
@ -92,6 +92,7 @@ class BaseStepBuilder {
|
|||
branchStepInputs.branches.push({
|
||||
name: key,
|
||||
condition: branch.condition,
|
||||
id: uuidv4(),
|
||||
})
|
||||
branchStepInputs.children![key] = stepBuilder.build()
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue