Skip to content

Commit

Permalink
Show git diff on update-bids failure
Browse files Browse the repository at this point in the history
  • Loading branch information
pvandyken committed Feb 11, 2024
1 parent fe63e70 commit 210332e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
poetry run poe update-bids
git diff --quiet || (
git status
git diff
echo 'bids specs out of date, run `poetry run poe update-bids`'
exit 1
)
Expand Down

0 comments on commit 210332e

Please sign in to comment.