mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-06-12 18:08:54 +00:00
fix(ci): define golang image and volumes for integration-runner
This commit is contained in:
@@ -1,8 +1,12 @@
|
|||||||
services:
|
services:
|
||||||
integration-runner:
|
integration-runner:
|
||||||
|
image: golang:1.25-bookworm
|
||||||
depends_on:
|
depends_on:
|
||||||
mcp-streamable-server:
|
mcp-streamable-server:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
volumes:
|
||||||
|
- .:/src
|
||||||
|
working_dir: /src
|
||||||
environment:
|
environment:
|
||||||
PICOCLAW_MCP_REAL_SERVER_JSON: >-
|
PICOCLAW_MCP_REAL_SERVER_JSON: >-
|
||||||
{"enabled":true,"type":"http","url":"http://mcp-streamable-server:8080/mcp"}
|
{"enabled":true,"type":"http","url":"http://mcp-streamable-server:8080/mcp"}
|
||||||
|
|||||||
Reference in New Issue
Block a user