This commit is contained in:
naiba 2024-10-20 14:09:29 +08:00
parent 53f1abb7c8
commit d3f907b5c3

View File

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