Skip to content

Commit

Permalink
Update start_e2e_test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
weiiwang01 committed Jun 19, 2023
1 parent 759fd31 commit ce51b49
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/start_e2e_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ce51b49

Please sign in to comment.