Skip to content

Commit

Permalink
output git diff in CI to debug when a diff check fails
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Apr 28, 2024
1 parent d593533 commit 25df201
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
# skip this check in windows for now, as the build outputs may get slightly modified in Windows, which we want to fix.
if: runner.os != 'Windows'
run: |
git diff
git add . && git diff --quiet && git diff --cached --quiet
env:
CI: true

0 comments on commit 25df201

Please sign in to comment.