From 11c7f4ff55d86f7fb4baf54873f1a028ed6b6511 Mon Sep 17 00:00:00 2001 From: Smolevich Date: Thu, 2 Apr 2020 19:54:09 +0300 Subject: [PATCH] Remove GOPATH from last step --- .github/workflows/ci-test-backend.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci-test-backend.yml b/.github/workflows/ci-test-backend.yml index b147f3cb..cd2c10e7 100644 --- a/.github/workflows/ci-test-backend.yml +++ b/.github/workflows/ci-test-backend.yml @@ -60,5 +60,3 @@ jobs: path-to-profile: ${{ github.workspace }}/profile.cov parallel: true working-directory: backend - env: - GOPATH: ${{ github.workspace }}