Skip to content

Commit

Permalink
Added a comment to code coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Aashish committed Oct 20, 2023
1 parent affd8c8 commit fa9f5cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
env:
OMISE_PKEY: pkey_test_xxx
OMISE_SKEY: skey_test_xxx
# moving GOPATH env here because having it in the top affected "Set up Go" step
# with error: Command failed: go env GOPATH $GOPATH/go.mod exists but should not
GOPATH: ${{ github.workspace }}
run: .github/scripts/code-coverage.sh

Expand Down

0 comments on commit fa9f5cf

Please sign in to comment.