Skip to content

Commit c537b5b

Browse files
committed
test: pass ip when starting Temporal
1 parent 6f01105 commit c537b5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testing/src/Environment.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ public function startTemporalServer(
109109
"server", "start-dev",
110110
"--port", $temporalPort,
111111
'--log-level', 'error',
112+
'--ip', $this->command->address,
112113
'--headless',
113114
...$parameters,
114115
],

0 commit comments

Comments
 (0)