Skip to content

Commit b800523

Browse files
committed
ci: Fix protobuf conformance change check
Signed-off-by: Johannes Zottele <[email protected]>
1 parent 369df88 commit b800523

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/protobuf-conformance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- name: Check if protobuf-conformance test is up-to-date
2323
run: |
2424
if [[ -n "$(git status --porcelain | grep tests/protobuf-conformance/)" ]]; then
25+
git diff -- tests/protobuf-conformance/ || true
2526
echo "Protobuf conformance test is not up to date. Please run './gradlew tests:protobuf-conformance:bufGenerateMain' and commit changes"
2627
exit 1
2728
fi

0 commit comments

Comments
 (0)