File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -58,12 +58,16 @@ jobs:
5858 with :
5959 test_type : integration-test
6060 all_test_items_paths : ${{needs.prep-testbed_integration-test.outputs.all_test_items}}
61- http_server : true
62- dockerfile : sample_Dockerfile
63- docker_container_name : sample_container
64- docker_cmd_options : -p 12345:12345
65- docker_image_tag : sample:v1
66- docker_context_path : ./
61+ setup_http_server : true
62+ http_server_host : 0.0.0.0
63+ http_server_port : 30303
64+ http_server_app_module : test._http_server.app
65+ http_server_enter_point : app
66+ # dockerfile: sample_Dockerfile
67+ # docker_container_name: sample_container
68+ # docker_cmd_options: -p 12345:12345
69+ # docker_image_tag: sample:v1
70+ # docker_context_path: ./
6771
6872
6973 unit-test_codecov :
You can’t perform that action at this time.
0 commit comments