Skip to content

Commit

Permalink
ci: fix test-proxy
Browse files Browse the repository at this point in the history
According to https://hub.docker.com/r/ubuntu/squid, the proxy won't be
available via http://squid.proxy:3128/ but instead via
http://localhost:3128/.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Jan 31, 2024
1 parent b4ffde6 commit 37805d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
ports:
- 3128:3128
env:
https_proxy: http://squid-proxy:3128
https_proxy: http://127.0.0.1:3128
steps:
# Clone this repo
- name: Checkout
Expand Down

0 comments on commit 37805d2

Please sign in to comment.