Skip to content

Commit d832b11

Browse files
Update step to cd to correct folder
1 parent 0bc3084 commit d832b11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-pydgraph-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
python -m pip install .[dev]
5757
- name: Verify that updated protobufs are checked in
5858
run: |
59+
cd pydgraph
5960
python scripts/protogen.py
6061
git diff --exit-code -- .
6162
- name: Run tests

0 commit comments

Comments
 (0)