Connecting to binance test network

This commit is contained in:
Kirill Fedoseev 2019-11-11 21:33:55 +03:00
parent 50c8d4ecf3
commit 7ae65fd42f
1 changed files with 1 additions and 0 deletions

View File

@ -187,6 +187,7 @@ jobs:
command: |
docker build -t tests ./tests
docker create --env-file ./tests/.env --name tests tests
docker network connect binance_net tests
docker network connect blockchain_side tests
docker network connect blockchain_home tests
docker network connect validator1_test_network tests