Skip to content

Commit

Permalink
Update check-protos step
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Kartago Lamida <[email protected]>
  • Loading branch information
lamida committed May 14, 2024
1 parent 859a1bc commit 4abd795
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ jobs:
- name: test-benchmarks
run: make test-benchmarks
- name: check-protos
run: make check-protos
run: |
apt-get update && apt-get -y install unzip
go mod vendor
make check-protos
# same like above jobs, but use go1.20
# todo: find a way to parameterise the go version
Expand All @@ -51,4 +54,7 @@ jobs:
- name: test-benchmarks
run: make test-benchmarks
- name: check-protos
run: make check-protos
run: |
apt-get update && apt-get -y install unzip
go mod vendor
make check-protos

0 comments on commit 4abd795

Please sign in to comment.