From dcd57d57a3b8b1df848ca3729ee6472bf77da3ab Mon Sep 17 00:00:00 2001 From: Akolzin Dmitry Date: Thu, 26 Nov 2020 14:01:59 +0300 Subject: [PATCH] update script --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47bd9c6..9efae18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,7 @@ jobs: go get -v github.com/stretchr/testify/assert go get -v github.com/joho/godotenv go get -v github.com/h2non/gock + cp .env.dist .env - name: Tests run: go test -v ./... -cover -coverprofile=coverage.txt -covermode=atomic - name: Coverage