From b713d0d3f1cf5139ddafc516160e19d713027b9e Mon Sep 17 00:00:00 2001 From: Smolevich Date: Wed, 1 Apr 2020 12:53:23 +0300 Subject: [PATCH] Add GOPATH --- .github/workflows/ci-test-backend.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-test-backend.yml b/.github/workflows/ci-test-backend.yml index e2e105fa..def55353 100644 --- a/.github/workflows/ci-test-backend.yml +++ b/.github/workflows/ci-test-backend.yml @@ -41,6 +41,7 @@ jobs: go test -race ./... env: TZ: "America/Chicago" + GOPATH: ${{ github.workspace }} - name: install golangci-lint and goveralls run: | @@ -60,6 +61,8 @@ jobs: with: path-to-profile: profile.cov parallel: true + env: + GOPATH: ${{ github.workspace }} # - name: submit coverage # run: $(go env GOPATH)/bin/goveralls -service="github" -coverprofile=$GITHUB_WORKSPACE/profile.cov # working-directory: backend