File tree 7 files changed +14
-14
lines changed
7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -115,8 +115,8 @@ PORT=8080 vendor/bin/start.sh
115
115
export " REQUESTS_TEST_HOST_HTTP=localhost:8080"
116
116
117
117
# Start the proxy server
118
- PORT=9002 tests/utils /proxy/start.sh
119
- PORT=9003 AUTH=" test:pass" tests/utils /proxy/start.sh
118
+ PORT=9002 scripts /proxy/start.sh
119
+ PORT=9003 AUTH=" test:pass" scripts /proxy/start.sh
120
120
export " REQUESTS_HTTP_PROXY=localhost:9002"
121
121
export " REQUESTS_HTTP_PROXY_AUTH=localhost:9003"
122
122
export " REQUESTS_HTTP_PROXY_AUTH_USER=test"
@@ -126,8 +126,8 @@ export "REQUESTS_HTTP_PROXY_AUTH_PASS=pass"
126
126
composer test
127
127
128
128
# Stop the proxy server
129
- PORT=9002 tests/utils /proxy/stop.sh
130
- PORT=9003 tests/utils /proxy/stop.sh
129
+ PORT=9002 scripts /proxy/stop.sh
130
+ PORT=9003 scripts /proxy/stop.sh
131
131
132
132
# Stop the test server
133
133
vendor/bin/stop.sh
Original file line number Diff line number Diff line change 74
74
75
75
- name : Start proxy server
76
76
run : |
77
- PORT=9002 tests/utils /proxy/start.sh
78
- PORT=9003 AUTH="test:pass" tests/utils /proxy/start.sh
77
+ PORT=9002 scripts /proxy/start.sh
78
+ PORT=9003 AUTH="test:pass" scripts /proxy/start.sh
79
79
echo "REQUESTS_HTTP_PROXY=localhost:9002" >> "$GITHUB_ENV"
80
80
echo "REQUESTS_HTTP_PROXY_AUTH=localhost:9003" >> "$GITHUB_ENV"
81
81
echo "REQUESTS_HTTP_PROXY_AUTH_USER=test" >> "$GITHUB_ENV"
@@ -105,8 +105,8 @@ jobs:
105
105
- name : Stop proxy server
106
106
continue-on-error : true
107
107
run : |
108
- PORT=9002 tests/utils/proxy /stop.sh
109
- PORT=9003 tests/utils/proxy /stop.sh
108
+ PORT=9002 scripts /stop.sh
109
+ PORT=9003 scripts /stop.sh
110
110
111
111
- name : Stop test server
112
112
continue-on-error : true
Original file line number Diff line number Diff line change 98
98
99
99
- name : Start proxy server
100
100
run : |
101
- PORT=9002 tests/utils /proxy/start.sh
102
- PORT=9003 AUTH="test:pass" tests/utils /proxy/start.sh
101
+ PORT=9002 scripts /proxy/start.sh
102
+ PORT=9003 AUTH="test:pass" scripts /proxy/start.sh
103
103
echo "REQUESTS_HTTP_PROXY=localhost:9002" >> "$GITHUB_ENV"
104
104
echo "REQUESTS_HTTP_PROXY_AUTH=localhost:9003" >> "$GITHUB_ENV"
105
105
echo "REQUESTS_HTTP_PROXY_AUTH_USER=test" >> "$GITHUB_ENV"
@@ -137,8 +137,8 @@ jobs:
137
137
- name : Stop proxy server
138
138
continue-on-error : true
139
139
run : |
140
- PORT=9002 tests/utils /proxy/stop.sh
141
- PORT=9003 tests/utils /proxy/stop.sh
140
+ PORT=9002 scripts /proxy/stop.sh
141
+ PORT=9003 scripts /proxy/stop.sh
142
142
143
143
- name : Stop test server
144
144
continue-on-error : true
Original file line number Diff line number Diff line change @@ -25,5 +25,5 @@ build/ghpages/artifacts
25
25
certificates /etag- * .txt
26
26
27
27
# Ignore temporary files generated by the testing proxy.
28
- tests / utils /proxy /__pycache__
29
- tests / utils /proxy /* .pid
28
+ scripts /proxy /__pycache__
29
+ scripts /proxy /* .pid
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments