From ce51b49e840950a9b98b5e4a0b4b91764a4060ac Mon Sep 17 00:00:00 2001 From: Weii Wang Date: Mon, 19 Jun 2023 11:38:53 +0800 Subject: [PATCH] Update start_e2e_test.yaml --- .github/workflows/start_e2e_test.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/start_e2e_test.yaml b/.github/workflows/start_e2e_test.yaml index 93fb2ae99..1c67b3d9a 100644 --- a/.github/workflows/start_e2e_test.yaml +++ b/.github/workflows/start_e2e_test.yaml @@ -86,6 +86,12 @@ jobs: - name: Create Testing Juju Model run: juju add-model testing + - name: Set Testing Model Proxy Configuration + run: | + [[ -z $http_proxy ]] || juju model-config juju-http-proxy=$http_proxy + [[ -z $https_proxy ]] || juju model-config juju-https-proxy=$https_proxy + [[ -z no_proxy ]] ||juju model-config juju-no-proxy=$no_proxy + - name: Download github-runner Charm uses: actions/download-artifact@v3 with: