Skip to content

Commit

Permalink
Updating git jobs for new rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
360dgries committed Nov 17, 2023
1 parent bd427eb commit 97ede92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
- name: Set frozen config to false
run: bundle config set --local frozen false
- name: Install Dependencies
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
run: bundle install
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
run: bundle exec rake
- name: Rubocop
Expand Down

0 comments on commit 97ede92

Please sign in to comment.