Add working directory arg

This commit is contained in:
Smolevich
2020-04-01 17:40:43 +03:00
parent 0b53c4aeaa
commit 1be319b4b9
+2
View File
@@ -62,8 +62,10 @@ jobs:
with:
path-to-profile: profile.cov
parallel: true
working-directory: backend
env:
GOPATH: ${{ github.workspace }}
# - name: submit coverage
# run: $(go env GOPATH)/bin/goveralls -service="github" -coverprofile=$GITHUB_WORKSPACE/profile.cov
# working-directory: backend