Skip to content

Commit

Permalink
Merge pull request #152 from rwstauner/regen-reminder
Browse files Browse the repository at this point in the history
Ensure codegen pull requests include generated files
  • Loading branch information
rwstauner authored Jan 2, 2025
2 parents 2ae5913 + 5fedf32 commit 2db7cca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,11 @@ jobs:
- name: Run RuboCop
run: bundle exec rubocop

- name: Ensure generated files are up to date
# On a clean checkout the timestamps may not trigger the well_known_types to regenerate.
run: |
bundle exec rake RUBYOPT="${{ matrix.rubyopt }}" clobber well_known_types
git diff --exit-code
- name: Run tests ${{ matrix.rubyopt }}
run: bundle exec rake RUBYOPT="${{ matrix.rubyopt }}"

0 comments on commit 2db7cca

Please sign in to comment.