Skip to content

Commit 93f9e10

Browse files
committed
[Breaking Change + Test] (config) Add some parameters of reusable workflow.
1 parent 507360f commit 93f9e10

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.github/workflows/test-reusable-workflows.yaml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)