chore(Makefile)_: run-anvil command with dev ports mapping (#6155)

This commit is contained in:
Igor Sirotin 2024-12-04 14:03:25 +00:00 committed by GitHub
parent 1b9e8fdafc
commit bed099c1e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 1 deletions

View File

@ -420,7 +420,10 @@ test-verif-proxy-wrapper:
run-anvil: SHELL := /bin/sh
run-anvil:
docker-compose -f tests-functional/docker-compose.anvil.yml up --remove-orphans
@docker compose \
-f tests-functional/docker-compose.anvil.yml \
-f tests-functional/docker-compose.anvil.dev.yml \
up --remove-orphans
codecov-validate: SHELL := /bin/sh
codecov-validate:

View File

@ -0,0 +1,4 @@
services:
anvil:
ports:
- 8545:8545