|
|
|
|
@ -192,11 +192,11 @@ jobs:
|
|
|
|
|
test-proxy:
|
|
|
|
|
runs-on: ubuntu-22.04
|
|
|
|
|
container:
|
|
|
|
|
image: mcr.microsoft.com/dotnet/core/runtime-deps:3.0-bionic
|
|
|
|
|
image: ubuntu:latest
|
|
|
|
|
options: --dns 127.0.0.1
|
|
|
|
|
services:
|
|
|
|
|
squid-proxy:
|
|
|
|
|
image: datadog/squid:latest
|
|
|
|
|
image: ubuntu/squid:latest
|
|
|
|
|
ports:
|
|
|
|
|
- 3128:3128
|
|
|
|
|
env:
|
|
|
|
|
|