Skip to content

Commit

Permalink
ci: fix unit-test job
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 committed Feb 16, 2023
1 parent 4d76ce6 commit d7dbed0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
buf_user: "${{ secrets.BUF_REGISTRY_USER }}"
buf_api_token: "${{ secrets.BUF_REGISTRY_SECRET }}"

- name: Install Protoc
uses: arduino/setup-protoc@v1

- run: |
buf generate
Expand Down

0 comments on commit d7dbed0

Please sign in to comment.