Skip to content

Commit

Permalink
remove bundler cache
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexB52 committed Oct 20, 2024
1 parent 7a395ef commit fef698a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
bundler-cache: false
- run: bundle install
- run: bundle exec rake

Expand All @@ -61,5 +61,5 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.5
bundler-cache: true
bundler-cache: false
- run: bin/test/${{ matrix.repo }}

0 comments on commit fef698a

Please sign in to comment.