mirror of
https://github.com/actions/setup-dotnet.git
synced 2026-05-28 09:48:18 +01:00
Add rollForward note in README, improve proxy health check in e2e tests and bump version to v5.3.0 (#738)
* docs: add note about latest* rollForward support in global.json * update health check options for squid proxy in e2e tests
This commit is contained in:
5
.github/workflows/e2e-tests.yml
vendored
5
.github/workflows/e2e-tests.yml
vendored
@@ -577,6 +577,11 @@ jobs:
|
||||
image: ubuntu/squid:latest
|
||||
ports:
|
||||
- 3128:3128
|
||||
options: >-
|
||||
--health-cmd "bash -c '</dev/tcp/localhost/3128'"
|
||||
--health-interval 5s
|
||||
--health-timeout 3s
|
||||
--health-retries 10
|
||||
env:
|
||||
https_proxy: http://squid-proxy:3128
|
||||
http_proxy: http://squid-proxy:3128
|
||||
|
||||
Reference in New Issue
Block a user