From 1be319b4b929450c8d1973cdad3302acbdbc50de Mon Sep 17 00:00:00 2001 From: Smolevich Date: Wed, 1 Apr 2020 17:40:43 +0300 Subject: [PATCH] Add working directory arg --- .github/workflows/ci-test-backend.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-test-backend.yml b/.github/workflows/ci-test-backend.yml index b82aa9a4..9081731a 100644 --- a/.github/workflows/ci-test-backend.yml +++ b/.github/workflows/ci-test-backend.yml @@ -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