Skip to content

Commit

Permalink
Show git status and diff on jOOQ generation pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Huulivoide committed Jun 11, 2024
1 parent 282499c commit 56b1449
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/generate-jooq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,8 @@ jobs:
- name: Run jooq class generation
run: ./development.sh generate:jooq --no-volume

- name: Git status and diff
run: git status; git diff

- name: Verify that generate generated classes are up to date
run: '[ -z "$(git status --porcelain)" ]'

0 comments on commit 56b1449

Please sign in to comment.