Skip to content

Commit

Permalink
Use bundler-cacher from ruby/setup-ruby action
Browse files Browse the repository at this point in the history
  • Loading branch information
CGA1123 committed Apr 7, 2024
1 parent 137ee3e commit dc41572
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- uses: codecov/codecov-action@v4
with:
use_oidc: true
- run: bundle install
- run: bundle exec rspec --format progress
- run: bundle exec rubocop
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
bundler-cache: true
- uses: rubygems/release-gem@v1

0 comments on commit dc41572

Please sign in to comment.