fix(ci): define golang image and volumes for integration-runner

This commit is contained in:
afjcjsbx
2026-05-07 19:44:06 +02:00
parent 6e8590900b
commit 703f630f33
@@ -1,8 +1,12 @@
services:
integration-runner:
image: golang:1.25-bookworm
depends_on:
mcp-streamable-server:
condition: service_healthy
volumes:
- .:/src
working_dir: /src
environment:
PICOCLAW_MCP_REAL_SERVER_JSON: >-
{"enabled":true,"type":"http","url":"http://mcp-streamable-server:8080/mcp"}