Skip to content

Commit

Permalink
Moved GOPATH env to the code coverage job
Browse files Browse the repository at this point in the history
  • Loading branch information
Aashish committed Oct 19, 2023
1 parent 4d0ace9 commit affd8c8
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,6 @@ jobs:
name: SonarCloud
runs-on: ubuntu-latest
env:
GOPATH: '/home/runner/work/omise-go/go'
WORKDIR: src/github.com/${{ github.repository }}

strategy:
Expand Down Expand Up @@ -44,6 +43,7 @@ jobs:
env:
OMISE_PKEY: pkey_test_xxx
OMISE_SKEY: skey_test_xxx
GOPATH: ${{ github.workspace }}
run: .github/scripts/code-coverage.sh

- name: SonarCloud Scan
Expand Down

0 comments on commit affd8c8

Please sign in to comment.