Skip to content

Commit 53a66d3

Browse files
committed
fix(local_network): Fix down action in justfile
1 parent 6ec8bc8 commit 53a66d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

justfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ logs:
6666
# Stop all services
6767
down:
6868
@cd contrib && docker-compose -f docker-compose.dev.yml down
69+
@cd contrib/local-network && docker compose down
70+
docker rm -f indexer-service tap-agent gateway block-oracle indexer-agent graph-node redpanda tap-aggregator tap-escrow-manager 2>/dev/null || true
6971

7072
test-local:
71-
cd tests && ./run-test-local.sh
73+
cd rav_e2e && cargo run

0 commit comments

Comments
 (0)