Skip to content

Commit

Permalink
test: update test code.
Browse files Browse the repository at this point in the history
Signed-off-by: zemyblue <zemyblue@gmail.com>
  • Loading branch information
zemyblue committed Jun 22, 2023
1 parent 86555a5 commit 751291d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/check-generated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: Check generated code
on:
workflow_dispatch:
push:
pull_request:
branches:
- '*'
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,5 @@ proto-swagger-gen:
@echo "Generating Protobuf Swagger"
./scripts/generate-docs.sh
@echo "gopath: $(GOPATH)"
ls -al $(GOPATH)/bin/statik
which statik
$(GOPATH)/bin/statik -src=client/docs/swagger-ui -dest=client/docs -f -m

0 comments on commit 751291d

Please sign in to comment.