File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,12 +120,9 @@ jobs:
120120 java -jar cloned-repo/modules/openapi-generator-cli/target/openapi-generator-cli.jar generate -c tools/proto-convert/src/config/protobuf-generator-config.yaml
121121
122122 - name : Post Process Protobuf
123- run : npm run postprocessing
124-
125- - name : Generate Merge Report
126123 id : merge_report
127124 run : |
128- npm run backward-compat -- --dry-run -- report /tmp/merge-report.md || true
125+ npm run postprocessing: report
129126 if [ -f /tmp/merge-report.md ]; then
130127 # Escape for GitHub Actions multiline output
131128 REPORT=$(cat /tmp/merge-report.md)
Original file line number Diff line number Diff line change 99 "backward-compat" : " ts-node tools/proto-convert/src/postprocessing/BackwardCompatibleWriter.ts" ,
1010 "cleanup-unused" : " ts-node tools/proto-convert/src/postprocessing/CleanupUnusedMessages.ts -i protos/schemas/common.proto" ,
1111 "postprocessing" : " npm run backward-compat && npm run cleanup-unused" ,
12+ "postprocessing:report" : " npm run backward-compat -- --report /tmp/merge-report.md && npm run cleanup-unused" ,
1213 "test" : " npx jest --no-watchman"
1314 },
1415 "dependencies" : {
You can’t perform that action at this time.
0 commit comments