Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
yohamta committed Aug 30, 2023
1 parent 4504b4f commit 4000dd8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
- name: Installing swagger
run: |
go install github.com/go-swagger/go-swagger/cmd/swagger@latest
- name: Set up NodeJS
uses: actions/setup-node@v3
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
- name: Installing swagger
run: |
go install github.com/go-swagger/go-swagger/cmd/swagger@latest
- name: Set up Nodejs
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 4000dd8

Please sign in to comment.