Skip to content

Commit

Permalink
chore: gha appraisals
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRiedler committed Dec 15, 2024
1 parent ccf1b48 commit 504938b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ jobs:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: run lint
run: bundle exec rake rubocop
- name: install gems
run: bundle exec appraisal install
- name: run tests
run: bundle exec appraisal rake test

0 comments on commit 504938b

Please sign in to comment.