Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
abretaud committed Aug 22, 2024
1 parent eb23885 commit 470d500
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
run: |
cd biomaj_download/message
protoc --python_out=. downmessage.proto
git status --porcelain
git diff
if [[ `git status --porcelain` ]]; then
echo "Protobuf-compiler has not been run, please do it and commit the modifed python files"
exit 1
Expand Down

0 comments on commit 470d500

Please sign in to comment.