chore: inject proxy envs for ci
This commit is contained in:
@@ -16,6 +16,12 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
SKIP_ENV_VALIDATION: "1"
|
SKIP_ENV_VALIDATION: "1"
|
||||||
NEXT_TELEMETRY_DISABLED: "1"
|
NEXT_TELEMETRY_DISABLED: "1"
|
||||||
|
http_proxy: http://127.0.0.1:7890
|
||||||
|
https_proxy: http://127.0.0.1:7890
|
||||||
|
no_proxy: localhost,127.0.0.1,192.168.31.94,172.17.0.1,internal.domain
|
||||||
|
HTTP_PROXY: http://127.0.0.1:7890
|
||||||
|
HTTPS_PROXY: http://127.0.0.1:7890
|
||||||
|
NO_PROXY: localhost,127.0.0.1,192.168.31.94,172.17.0.1,internal.domain
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|||||||
Reference in New Issue
Block a user