Add a default branch id for server tests

This commit is contained in:
Dean 2024-10-14 09:06:49 +01:00
parent b999c1ac80
commit 4928c7f553
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ class BaseStepBuilder {
branchStepInputs.branches.push({
name: key,
condition: branch.condition,
id: uuidv4(),
})
branchStepInputs.children![key] = stepBuilder.build()
})