From fa9f5cf0805b97df21da40aa06968afec2e841dc Mon Sep 17 00:00:00 2001 From: Aashish Date: Fri, 20 Oct 2023 09:07:29 +0700 Subject: [PATCH] Added a comment to code coverage workflow --- .github/workflows/code-coverage.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index 41451e5..76ab038 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -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