Updated Runner Config
This commit is contained in:
parent
66dbd05558
commit
deb44a8177
3 changed files with 11 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
export default function secondaryTest(pipelineData) {
|
||||
console.log("This came from a secondary test!");
|
||||
return { status: +(pipelineData !== "SomeData") };
|
||||
return { status: +(pipelineData !== "SomeData"), pipelineData: "SomeOtherData" };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue