Skip to content

Commit

Permalink
print out diffs
Browse files Browse the repository at this point in the history
Signed-off-by: Chengxuan Xing <[email protected]>
  • Loading branch information
Chengxuan committed Dec 3, 2024
1 parent 0070d57 commit 09ddd0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
if [[ -n $(git status --porcelain) ]]; then
echo "Error: 'npm run gen' caused changes in the repository, please run the command locally to commit in all changes."
git status --porcelain
echo "Detailed changes:"
git diff
exit 1
fi
Expand Down

0 comments on commit 09ddd0f

Please sign in to comment.