Skip to content

Commit 6a34fb0

Browse files
authored
Validate that _pb2.py files have been generated (#273)
1 parent ed129dc commit 6a34fb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
- name: Run Tests (./run_test.sh)
7676
env:
7777
PY_VER_MYPY_PROTOBUF: ${{matrix.py-ver-mypy-protobuf}}
78+
VALIDATE: 1
7879
run: |
7980
export PATH="$HOME/.pyenv/bin:$PATH"
8081
eval "$(pyenv init -)"

0 commit comments

Comments
 (0)