We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d7093e commit f0a0808Copy full SHA for f0a0808
1 file changed
temporalio/test/test.rb
@@ -147,7 +147,7 @@ def initialize
147
if target_host.empty?
148
@server = Temporalio::Testing::WorkflowEnvironment.start_local(
149
logger: Logger.new($stdout),
150
- dev_server_download_version: ENV.fetch('TEMPORAL_DEV_SERVER_VERSION', 'default'),
+ dev_server_download_version: 'v1.6.1-server-1.31.0-150.0',
151
dev_server_extra_args: [
152
# Allow continue as new to be immediate
153
'--dynamic-config-value', 'history.workflowIdReuseMinimalInterval="0s"',
0 commit comments