Skip to content

Commit

Permalink
fix: set GOPROXY for self hosted runner (#390)
Browse files Browse the repository at this point in the history
Signed-off-by: Shubhendu Ram Tripathi <[email protected]>
  • Loading branch information
shtripat authored Aug 18, 2023
1 parent 8563a0d commit 17efd04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/edge-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- name: Test
env:
GO111MODULE: on
GOPROXY: "https://proxy.golang.org,direct"
GOPATH: ${{ github.workspace }}
run: |
go test ./edge -v -aws.config=/etc/kes/config-aws.yml -run="TestAWS"
azure-edge-test:
Expand All @@ -38,5 +40,7 @@ jobs:
- name: Test
env:
GO111MODULE: on
GOPROXY: "https://proxy.golang.org,direct"
GOPATH: ${{ github.workspace }}
run: |
go test ./edge -v -azure.config=/etc/kes/config-azure.yml -run="TestAzure"

0 comments on commit 17efd04

Please sign in to comment.