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:
18
18
- name : Setup Gradle
19
19
uses : gradle/actions/setup-gradle@v4
20
20
- name : Run Protobuf Conformance Test Generation
21
- run : ./gradlew tests:protobuf-conformance:bufGenerateTest --info --stacktrace
21
+ run : ./gradlew tests:protobuf-conformance:bufGenerateMain --info --stacktrace
22
22
- name : Check if protobuf-conformance test is up-to-date
23
23
run : |
24
24
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"
26
26
exit 1
27
27
fi
You can’t perform that action at this time.
0 commit comments