Skip to content

Commit

Permalink
Tweaks to the GitHub PR actions (#17)
Browse files Browse the repository at this point in the history
* Just a manual change to a generated file, no big deal

* Add install during generation

* Fixes
  • Loading branch information
Calebjh authored Aug 18, 2022
1 parent c0b2e65 commit 4cf9d82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ clean-gen:
cd example/external && rm -f *.pb.atlas.validate.go && rm -f *.pb.gw.go && rm -f *.pb.go
cd options && rm -f *.pb.go

generate: install-gen-gateway $(BUF) example options
generate: install-gen-gateway $(BUF) options install example

install-gen-gateway:
go generate tools/tools.go
Expand Down Expand Up @@ -78,5 +78,5 @@ gentool-options:
--go_out="Mgoogle/protobuf/descriptor.proto:$(DOCKERPATH)" \
$(PROJECT_ROOT)/options/atlas_validate.proto

test: generate
test: regenerate
go test -v -cover ./example/examplepb

0 comments on commit 4cf9d82

Please sign in to comment.