Skip to content

Commit 4a8441e

Browse files
authored
fix: unstable=toolkit-lib-engine has no effect (#668)
The `engine` field is not being passed on when passing the call to the worker pool. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
1 parent 98b12f9 commit 4a8441e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/@aws-cdk/integ-runner/lib/workers/integ-test-worker.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ export async function runIntegrationTestsInParallel(
136136
dryRun: options.dryRun,
137137
verbosity: options.verbosity,
138138
updateWorkflow: options.updateWorkflow,
139+
engine: options.engine,
139140
}], {
140141
on: printResults,
141142
});

0 commit comments

Comments
 (0)