Skip to content

Commit

Permalink
show generated source changes in CI failure if found
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Valdron <[email protected]>
  • Loading branch information
michael-valdron committed Oct 18, 2023
1 parent 94a6bc4 commit b611321
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
if [[ ! -z "${GEN_DIFFS}" ]]
then
echo "generated source does not match current changes "
echo "${GEN_DIFFS}"
exit 1
fi
Expand Down

0 comments on commit b611321

Please sign in to comment.