Skip to content

Commit

Permalink
ci: Output diff when schema generation has an effect
Browse files Browse the repository at this point in the history
Not sure of the right command here, as I can't repro locally
  • Loading branch information
dangotbanned committed Aug 6, 2024
1 parent a9fd435 commit 360319a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
if [ ${#files_cleaned[@]} -gt 0 ]; then
echo "The code generation modified the following files:"
echo $files
git diff
exit 1
fi
- name: Test with pytest
Expand Down

0 comments on commit 360319a

Please sign in to comment.