auto(agent): Run expanded local discovery and continue with next actionable task
Some checks are pending
Docker Test / test (push) Waiting to run
Some checks are pending
Docker Test / test (push) Waiting to run
This commit is contained in:
parent
9e807856cb
commit
8c29d64356
2 changed files with 10 additions and 7 deletions
|
|
@ -1,7 +1,10 @@
|
|||
version: '3'
|
||||
services:
|
||||
backend-test:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.test
|
||||
working_dir: /app/backend
|
||||
command: npm test
|
||||
build: ./backend
|
||||
ports:
|
||||
- "3001:3000"
|
||||
environment:
|
||||
- NODE_ENV=test
|
||||
depends_on:
|
||||
- db
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue