Skip to content

Commit

Permalink
Set both HTTP and HTTPS proxy on the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Jul 23, 2024
1 parent 7b0bf49 commit 3e2f1c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Based upon:
# https://github.com/actions/starter-workflows/blob/main/ci/go.yml
env:
HTTP_PROXY: ably:[email protected]:7128

HTTP_PROXY: http://ably:[email protected]:7128
HTTPS_PROXY: https://ably:[email protected]:7128

on:
pull_request:
push:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
env:
HTTP_PROXY: ably:[email protected]:7128
HTTP_PROXY: http://ably:[email protected]:7128
HTTPS_PROXY: https://ably:[email protected]:7128

on:
pull_request:
Expand Down

0 comments on commit 3e2f1c7

Please sign in to comment.