fix exposed_ports in composition.

Co-authored-by: Anton Evangelatov <anton.evangelatov@gmail.com>
This commit is contained in:
Raúl Kripalani 2020-07-07 14:25:39 +01:00 committed by GitHub
parent 5d1d7335b0
commit 99b6bb324d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
enable_go_build_cache = true
[global.run_config]
exposed_ports = ["6060", "1234", "2345"]
exposed_ports = { pprof = "6060", node_rpc = "1234", miner_rpc = "2345" }
[global.build]
selectors = ["testground"]