Recover old name of step and remove GOPATH

This commit is contained in:
Smolevich
2020-04-02 19:52:45 +03:00
parent e8f1e2d6b0
commit 509b4b66bd
+1 -2
View File
@@ -41,7 +41,6 @@ jobs:
go test -race ./...
env:
TZ: "America/Chicago"
GOPATH: ${{ github.workspace }}
- name: install golangci-lint and goveralls
run: |
@@ -55,7 +54,7 @@ jobs:
run: $GITHUB_WORKSPACE/golangci-lint run --config ${GITHUB_WORKSPACE}/backend/.golangci.yml ./...
working-directory: backend/_example/memory_store
- name: Send coverage
- name: submit coverage
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: ${{ github.workspace }}/profile.cov