Skip to content

Commit

Permalink
Remove comment which indicates that grpc code-in-sync check is not ru…
Browse files Browse the repository at this point in the history
…n on CI
  • Loading branch information
radovanZRasa committed Aug 1, 2024
1 parent 79e4b3d commit a76a1d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,4 @@ generate-grpc: ## generate grpc code
check-generate-grpc-code-in-sync: generate-grpc
check-generate-grpc-code-in-sync: ## check if the generated code is in sync with the proto files
# this is a helper to check if the generated code is in sync with the proto files
# it's not run on CI at the moment
git diff --exit-code rasa_sdk/grpc_py | if [ "$$(wc -c)" -eq 0 ]; then echo "Generated code is in sync with proto files"; else echo "Generated code is not in sync with proto files"; exit 1; fi

0 comments on commit a76a1d0

Please sign in to comment.