Skip to content

Commit 08257d3

Browse files
committed
.
1 parent f93401e commit 08257d3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,16 @@ jobs:
110110
image: datadog/squid:latest
111111
ports:
112112
- 3128:3128
113+
env:
114+
https_proxy: http://squid-proxy:3128
113115
steps:
114116
# Clone this repo
115117
- name: Checkout
116118
uses: actions/checkout@users/ericsciple/m165proxy
117119

118-
# Configure proxy
119-
- name: Configure proxy
120-
run: __test__/configure-proxy.sh
120+
# # Configure proxy
121+
# - name: Configure proxy
122+
# run: __test__/configure-proxy.sh
121123

122124
# Basic checkout using git
123125
- name: Basic checkout

0 commit comments

Comments
 (0)