Skip to content

Commit

Permalink
fix: remove unwanted ENV vars (#391)
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 19, 2023
1 parent 17efd04 commit 40aabd0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/edge-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
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 @@ -41,6 +40,5 @@ jobs:
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 40aabd0

Please sign in to comment.