Skip to content

Commit e5eeed9

Browse files
committed
[Breaking Change + Test] (config) Remove unused option at job 'run_integration-test' and add new option 'test_type' at job 'codacy_finish'.
1 parent ab90813 commit e5eeed9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,6 @@ jobs:
6363
http_server_port: 30303
6464
http_server_app_module: test._http_server.app
6565
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: ./
7166

7267

7368
unit-test_codecov:
@@ -120,6 +115,7 @@ jobs:
120115
codacy_token: ${{ secrets.CODACY_PROJECT_TOKEN }}
121116
with:
122117
download_path: ./
118+
test_type: all-test
123119

124120

125121
# pre-building_check:

0 commit comments

Comments
 (0)