Add GOPATH

This commit is contained in:
Smolevich
2020-04-01 12:53:23 +03:00
parent cede669c20
commit b713d0d3f1
+3
View File
@@ -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