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: