Skip to content

Commit 4b48130

Browse files
committed
[Bug Fix + Test] (config) Fix the command line issue.
1 parent 93f9e10 commit 4b48130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_test_items_via_pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
145145
- name: Setup and run HTTP server for testing
146146
if: ${{ inputs.setup_http_server == true }}
147-
run: gunicorn --bind ${{ inputs.http_server_host }}:${{ inputs.http_server_port }} '${{ inputs.http_server_app_module }}:${{ inputs.http_server_enter_point }}'--daemon
147+
run: gunicorn --bind ${{ inputs.http_server_host }}:${{ inputs.http_server_port }} '${{ inputs.http_server_app_module }}:${{ inputs.http_server_enter_point }}' --daemon
148148

149149
- name: Test to send HTTP request to sample HTTP server
150150
if: ${{ inputs.setup_http_server == true }}

0 commit comments

Comments
 (0)