Skip to content

Commit

Permalink
chore: update survey swagger document (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
datphamcode295 authored Dec 3, 2023
1 parent cd3c1f9 commit 7f04bf1
Show file tree
Hide file tree
Showing 31 changed files with 2,990 additions and 4,310 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ POSTGRES_TEST_CONTAINER?=fortress_local_test
POSTGRES_CONTAINER?=fortress_local
TOOLS_IMAGE=dwarvesv/fortress-tools:latest
APP_ENVIRONMENT=docker run --rm -v ${PWD}:/${APP_NAME} -w /${APP_NAME} --net=host ${TOOLS_IMAGE}
SWAGGER_VERSION = v1.16.1

.PHONY: setup init build dev test migrate-up migrate-down ci

Expand Down Expand Up @@ -99,7 +100,7 @@ gen-mock:
echo "add later"

gen-swagger:
${APP_ENVIRONMENT} swag init --parseDependency -g ./cmd/server/main.go
swag init --parseDependency -g ./cmd/server/main.go

ci: init
@PROJECT_PATH=$(shell pwd) go test -cover ./... -count=1 -p=1
Expand Down
Loading

0 comments on commit 7f04bf1

Please sign in to comment.