Skip to content

Commit

Permalink
Added collapsable debug sections
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Mahintorabi <ethanmoon@google.com>
  • Loading branch information
QuantamHD committed Sep 29, 2023
1 parent cb7da08 commit 75476c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/github-actions-are-odb-files-generated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,14 @@ jobs:
if [ -z "$(git status --porcelain)" ]; then
exit 0
else
echo ::group::Non-Empty Git Status Oputput
git status --porcelain
echo ::endgroup::
echo ::group::Non-Empty Git Diff Oputput
git diff
echo ::endgroup::
printf "Your ODB generated files are out of date\n"
printf "run ./generate in the src/odb/src/codeGenerator folder"
exit 1
Expand Down

0 comments on commit 75476c3

Please sign in to comment.