Update e2e-tests.yml to remove outdated URLs in workflow

remove-fallback-cdn-logic-v3
Zachary Taylor 10 months ago committed by GitHub
parent 9458043f8a
commit 6ca43a6451
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -409,7 +409,7 @@ jobs:
runs-on: ubuntu-22.04
env:
https_proxy: http://no-such-proxy:3128
no_proxy: github.com,dotnetcli.blob.core.windows.net,download.visualstudio.microsoft.com,api.nuget.org,dotnetcli.azureedge.net,builds.dotnet.microsoft.com,ci.dot.net
no_proxy: github.com,download.visualstudio.microsoft.com,api.nuget.org,builds.dotnet.microsoft.com,ci.dot.net
steps:
- name: Checkout
uses: actions/checkout@v3

Loading…
Cancel
Save