Skip to content

Commit

Permalink
Stop managing the caching directly
Browse files Browse the repository at this point in the history
  • Loading branch information
nevinera committed Nov 20, 2023
1 parent 6983db6 commit e802d80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
2 changes: 2 additions & 0 deletions .bundle/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
BUNDLE_WITHOUT: "typing"
12 changes: 1 addition & 11 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}

- name: Cache gems
uses: actions/cache@v3
with:
path: vendor/bundle
key: ${{ runner.os }}-rspec-${{ matrix.ruby-version }}-${{ hashFiles('Gemfile.lock') }}
restore-keys:
${{ runner.os }}-rspec-${{ matrix.ruby-version }}-

- name: Install gems
run: bundle install --jobs 4 --retry 3
bundler-cache: true

- name: Run RSpec
run: bundle exec rspec

0 comments on commit e802d80

Please sign in to comment.