fix: CI: rm nginx workflows
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Aravinth Manivannan 2022-12-12 20:31:55 +05:30
parent 15a17a184d
commit 838cb9387a
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 0 additions and 2 deletions

View File

@ -36,7 +36,6 @@ env: ## Setup development environtment
lint: ## Lint codebase
$(call lint)
cd env/dummy_conductor && $(call lint)
cd env/nginx_bind_le && $(call lint)
cd env/libconductor && $(call lint)
#migrate: ## run migrations
@ -58,7 +57,6 @@ run: ## Run app in debug mode
test: ## Run all available tests
$(call test)
cd env/dummy_conductor && $(call test)
cd env/nginx_bind_le && $(call test)
xml-test-coverage: ## Generate code coverage report in XML format
cargo tarpaulin -t 1200 --out Xml