Skip to content

Commit

Permalink
Revert "Enable bundler cache"
Browse files Browse the repository at this point in the history
This reverts commit e185045.

It broke Github Actions tests, maybe try again after switching to
CodeCov action.
  • Loading branch information
ms-ati committed May 6, 2021
1 parent e185045 commit 499f300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
bundler-cache: false
- run: bundle install
- run: bundle exec rspec

0 comments on commit 499f300

Please sign in to comment.