Skip to content

Commit 369df88

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/protobuf-conformance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- name: Setup Gradle
1919
uses: gradle/actions/setup-gradle@v4
2020
- name: Run Protobuf Conformance Test Generation
21-
run: ./gradlew tests:protobuf-conformance:bufGenerateTest --info --stacktrace
21+
run: ./gradlew tests:protobuf-conformance:bufGenerateMain --info --stacktrace
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-
echo "Protobuf conformance test is not up to date. Please run './gradlew tests:protobuf-conformance:bufGenerateTest' and commit changes"
25+
echo "Protobuf conformance test is not up to date. Please run './gradlew tests:protobuf-conformance:bufGenerateMain' and commit changes"
2626
exit 1
2727
fi

0 commit comments

Comments
 (0)