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

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