Skip to content

Commit

Permalink
Enable MultiOp in the test
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison authored and mjameswh committed Jan 8, 2025
1 parent 60d9193 commit ad7ecd8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions early-return/src/test/workflows.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ describe('transaction workflow', function () {

before(async function () {
wo.Runtime.install({ logger: new wo.DefaultLogger('WARN') });
env = await TestWorkflowEnvironment.createLocal();

env = await TestWorkflowEnvironment.createLocal({
server: {
extraArgs: ['--dynamic-config-value', 'frontend.enableExecuteMultiOperation=true'],
},
});
workflowBundle = await wo.bundleWorkflowCode({
workflowsPath: require.resolve('../workflows'),
logger: new wo.DefaultLogger('WARN'),
Expand Down

0 comments on commit ad7ecd8

Please sign in to comment.