Skip to content

Commit 4a1d5bb

Browse files
committed
Also pass flag during build & test suite
1 parent 55f6a5b commit 4a1d5bb

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/test-library.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,7 @@ jobs:
610610
--enable-web-server
611611
--enable-reverse-proxy
612612
--plugin proxy.plugin.ReverseProxyPlugin
613+
--rewrite-host-header
613614
&&
614615
./tests/integration/test_integration.sh 8899
615616

tests/integration/test_integration.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
# For github action, we simply bank upon GitHub
1717
# to clean up any background process including
1818
# proxy.py
19+
#
20+
set -x
1921

2022
PROXY_PY_PORT=$1
2123
if [[ -z "$PROXY_PY_PORT" ]]; then

0 commit comments

Comments
 (0)