chore: inject proxy envs for ci
Some checks failed
CI / build-and-test (push) Failing after 1m55s
CI / deploy (push) Has been skipped

This commit is contained in:
SpecialX
2026-02-25 13:42:41 +08:00
parent bd8a4d39a6
commit 3986c5919c

View File

@@ -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