add protobuf serialization test (#4224)

* add protobuf serialization test

* proto file regeneration

---------

Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
Co-authored-by: Mohammad Mazraeh <Mazraeh.Mohammad@Gmail.com>
This commit is contained in:
peterychang
2024-11-26 15:37:40 -05:00
committed by GitHub
parent 5aecb56ebd
commit 74bcd5e0f6
9 changed files with 143 additions and 3 deletions

View File

@@ -190,6 +190,7 @@ jobs:
run: |
source ${{ github.workspace }}/python/.venv/bin/activate
poe gen-proto
poe gen-test-proto
working-directory: ./python
- name: Check if there are uncommited changes
id: changes