This commit is contained in:
naiba 2024-10-21 23:14:31 +08:00
parent ae4fd35a01
commit 7e6864fa8c

View File

@ -32,7 +32,7 @@ jobs:
- name: bootstrap
run: |
go install github.com/swaggo/swag/cmd/swag@latest
swag init --pd -d . -g ./cmd/dashboard/main.go -o ./cmd/dashboard/docs
swag init --pd -d . -g ./cmd/dashboard/main.go -o ./cmd/dashboard/docs --parseGoList=false
- name: Unit test
run: |