diff --git a/.github/workflows/github-actions-are-odb-files-generated.yml b/.github/workflows/github-actions-are-odb-files-generated.yml index 83efd8808dc..1dbb99e85ee 100644 --- a/.github/workflows/github-actions-are-odb-files-generated.yml +++ b/.github/workflows/github-actions-are-odb-files-generated.yml @@ -24,6 +24,7 @@ jobs: exit 0 else git status --porcelain + git diff printf "Your ODB generated files are out of date\n" printf "run ./generate in the src/odb/src/codeGenerator folder" exit 1