Skip to content

Commit

Permalink
chore(ci): Print full diff when check-test-project-fixture fails (#11164
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Tobbe authored Aug 6, 2024
1 parent a34e23f commit 24a30ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-test-project-fixture.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ jobs:
echo 'Untracked files:'
git status --porcelain | grep '^?? ' | awk '{print " " $2}'
echo
echo
echo 'Full diff:'
git diff
exit 1;
fi
Expand Down

0 comments on commit 24a30ab

Please sign in to comment.