Skip to content

Commit ee0dce2

Browse files
committed
Can't cache bundler
1 parent 90f8086 commit ee0dce2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ jobs:
112112
uses: ruby/setup-ruby@v1
113113
with:
114114
ruby-version: ${{ matrix.ruby_version }}
115-
bundler-cache: true
116115
- name: Before build
117116
run: |
118117
sudo apt-get install libsqlite3-dev
@@ -123,6 +122,9 @@ jobs:
123122
CC_TEST_REPORTER_ID: aff2c7b9e07e54d5fc9e5588d2e2a8bab4f69950d35000edc2b6250bbaba477d
124123
- name: Run test
125124
run: |
125+
gem install bundler -v 2.4.22
126+
bundle update
127+
bundle install --gemfile spec/gemfiles/${{ matrix.gemfile }} --jobs 4 --retry 3
126128
bundle exec rake code_analysis
127129
bundle exec rspec
128130
- name: Report to CodeClimate

0 commit comments

Comments
 (0)