Skip to content

Commit

Permalink
Merge pull request #832 from sul-dlss/jcoyne-patch-2
Browse files Browse the repository at this point in the history
Remove unnecessary cache config from Github build script
  • Loading branch information
thatbudakguy authored Jan 28, 2025
2 parents f17e6ae + 7640e5a commit a8db0ae
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,6 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- uses: actions/cache@v4
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-202103-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-202103-
- name: Bundle install
run: bundle config path vendor/bundle
- name: Install dependencies
run: bin/setup
bundler-cache: true
- name: Run tests
run: bundle exec rake

0 comments on commit a8db0ae

Please sign in to comment.