Skip to content

Commit

Permalink
fix: test proxy url
Browse files Browse the repository at this point in the history
  • Loading branch information
ttypic committed Jul 23, 2024
1 parent e6177a4 commit 7d4c99d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Unit Tests
env:
HTTP_PROXY: http://ably:[email protected]:7128
HTTPS_PROXY: https://ably:[email protected]:7128
HTTPS_PROXY: http://ably:[email protected]:7128
run: |
set -o pipefail
echo "proxy is $HTTP_PROXY"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Integration Tests with ${{ matrix.protocol }} Protocol
env:
HTTP_PROXY: http://ably:[email protected]:7128
HTTPS_PROXY: https://ably:[email protected]:7128
HTTPS_PROXY: http://ably:[email protected]:7128
run: |
echo "proxy is $HTTP_PROXY"
set -o pipefail
Expand Down

0 comments on commit 7d4c99d

Please sign in to comment.