Skip to content

Commit

Permalink
CI: use bundler-cache (#187)
Browse files Browse the repository at this point in the history
This enables the ruby/setup-ruby Action's caching system.
  • Loading branch information
olleolleolle committed Apr 12, 2022
1 parent 071ba49 commit f5e7254
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@ jobs:
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
- name: Install dependencies
run: bundle install
bundler-cache: true # 'bundle install' and cache gems
- name: Run tests
run: bundle exec rake

0 comments on commit f5e7254

Please sign in to comment.