We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 369df88 commit b800523Copy full SHA for b800523
.github/workflows/protobuf-conformance.yml
@@ -22,6 +22,7 @@ jobs:
22
- name: Check if protobuf-conformance test is up-to-date
23
run: |
24
if [[ -n "$(git status --porcelain | grep tests/protobuf-conformance/)" ]]; then
25
+ git diff -- tests/protobuf-conformance/ || true
26
echo "Protobuf conformance test is not up to date. Please run './gradlew tests:protobuf-conformance:bufGenerateMain' and commit changes"
27
exit 1
28
fi
0 commit comments