diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index 533ba7d..db081d8 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -68,6 +68,7 @@ jobs: STATUS="$(git status)" echo "$STATUS" + git diff # grep will exit non-zero if the target message isn't found, # and `set -e` above will cause the step to fail.