Skip to content

Commit

Permalink
set job level http proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Jul 23, 2024
1 parent c880e18 commit 73489ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Based upon:
# https://github.com/actions/starter-workflows/blob/main/ci/go.yml

env:
HTTP_PROXY: ably:[email protected]:7128

on:
pull_request:
push:
Expand All @@ -25,7 +27,6 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
HTTP_PROXY: ably:[email protected]:7128

- name: Download Packages
run: go get -t -v ./ably/...
Expand Down

0 comments on commit 73489ea

Please sign in to comment.