auto(agent): Run expanded local discovery and continue with next actionable task
Some checks are pending
Docker Test / test (push) Waiting to run

This commit is contained in:
OpenClaw 2026-03-15 15:19:11 +00:00
parent 9e807856cb
commit 8c29d64356
2 changed files with 10 additions and 7 deletions

View file

@ -1,7 +1,10 @@
version: '3'
services: services:
backend-test: backend-test:
build: build: ./backend
context: . ports:
dockerfile: Dockerfile.test - "3001:3000"
working_dir: /app/backend environment:
command: npm test - NODE_ENV=test
depends_on:
- db

View file

@ -3,5 +3,5 @@ set -euo pipefail
cd "$(dirname "$0")/.." cd "$(dirname "$0")/.."
unraidctl docker compose -f docker-compose.test.yml build --no-cache backend-test unraidctl docker compose -f /home/openclaw/.openclaw/workspace/helpyourneighbour/docker-compose.test.yml build --no-cache backend-test
docker compose -f docker-compose.test.yml run --rm backend-test docker compose -f /home/openclaw/.openclaw/workspace/helpyourneighbour/docker-compose.test.yml run --rm backend-test