Skip to content

Commit

Permalink
replaced GOPATH with actual path to go.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aashish committed Oct 19, 2023
1 parent a6417f2 commit 4d0ace9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: SonarCloud
runs-on: ubuntu-latest
env:
# GOPATH: ${{ github.workspace }}
GOPATH: '/home/runner/work/omise-go/go'
WORKDIR: src/github.com/${{ github.repository }}

strategy:
Expand Down

0 comments on commit 4d0ace9

Please sign in to comment.