show diff in failed gen proto

This commit is contained in:
Jack Gerrits 2024-09-30 11:02:49 -04:00
parent b2db45d673
commit b9ac9e45d1

View File

@ -156,6 +156,7 @@ jobs:
run: |
if [[ `git status --porcelain` ]]; then
echo "There are changes that need to be generated and commit for the proto files"
git --no-pager diff
exit 1
fi
shell: bash