File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -139,10 +139,10 @@ jobs:
139139 # Update port in manifest (modify the line containing 'port: 8000' or 'port: XXXX')
140140 sed -i "s/port: [0-9]*/port: $port/" "$manifest_path"
141141
142- # Update host_address to localhost for CI (Docker can't reach host.docker.internal from inside container )
143- sed -i "s/host_address: host.docker.internal/host_address: localhost/" "$manifest_path"
142+ # Keep host_address as host.docker.internal for CI (allows Docker container to reach GitHub runner host )
143+ # Note: The AgentEx server runs in Docker and needs host.docker.internal to reach the tutorial agent on the host
144144
145- echo "Updated $manifest_path to use port $port and host_address: localhost "
145+ echo "Updated $manifest_path to use port $port (keeping host_address: host.docker.internal) "
146146 fi
147147
148148 # Debug connectivity before running test
You can’t perform that action at this time.
0 commit comments