We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93f9e10 commit 4b48130Copy full SHA for 4b48130
.github/workflows/run_test_items_via_pytest.yaml
@@ -144,7 +144,7 @@ jobs:
144
145
- name: Setup and run HTTP server for testing
146
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
+ run: gunicorn --bind ${{ inputs.http_server_host }}:${{ inputs.http_server_port }} '${{ inputs.http_server_app_module }}:${{ inputs.http_server_enter_point }}' --daemon
148
149
- name: Test to send HTTP request to sample HTTP server
150
0 commit comments