diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0f2a3f..863258e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,6 @@ on: push: {} pull_request: types: [opened, edited, reopened] - branches: [main, dev4] jobs: test: diff --git a/Makefile b/Makefile index ee03e17..f054d18 100644 --- a/Makefile +++ b/Makefile @@ -8,8 +8,7 @@ COV_OUT=coverage.out COV_HTML=coverage.html CURRCOVER=github.com/go-park-mail-ru/2023_2_OND_team/internal/pkg/delivery/http/v1 -PROJECT_DIR = $(shell pwd) -PROJECT_BIN = $(PROJECT_DIR)/bin +PROJECT_BIN = $(CURDIR)/bin $(shell [ -f bin ] || mkdir -p $(PROJECT_BIN)) GOLANGCI_LINT = $(PROJECT_BIN)/golangci-lint