File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments