Skip to content

Commit d44c17f

Browse files
committed
Enable signal with start DC
1 parent a8a6de2 commit d44c17f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/conftest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ async def env(env_type: str) -> AsyncGenerator[WorkflowEnvironment, None]:
128128
"history.enableChasm=true",
129129
"--dynamic-config-value",
130130
"history.enableTransitionHistory=true",
131+
"--dynamic-config-value",
132+
"history.enableSignalWithStartFromWorkflow",
131133
],
132134
dev_server_download_version=DEV_SERVER_DOWNLOAD_VERSION,
133135
)

0 commit comments

Comments
 (0)