Skip to content

Commit

Permalink
Can't cache bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
santib committed Jan 27, 2025
1 parent 90f8086 commit 4f20408
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby_version }}
bundler-cache: true
- name: Before build
run: |
sudo apt-get install libsqlite3-dev
Expand All @@ -123,6 +122,8 @@ jobs:
CC_TEST_REPORTER_ID: aff2c7b9e07e54d5fc9e5588d2e2a8bab4f69950d35000edc2b6250bbaba477d
- name: Run test
run: |
gem install bundler
bundle install --gemfile spec/gemfiles/${{ matrix.gemfile }} --jobs 4 --retry 3
bundle exec rake code_analysis
bundle exec rspec
- name: Report to CodeClimate
Expand Down

0 comments on commit 4f20408

Please sign in to comment.