File tree Expand file tree Collapse file tree 4 files changed +7
-9
lines changed Expand file tree Collapse file tree 4 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 2121 uses : ruby/setup-ruby@v1
2222 with :
2323 ruby-version : ' 2.7'
24- - run : bundle install --jobs 3 --retry 3
24+ bundler-cache : true
2525 - run : bundle exec rubocop --parallel
2626
Original file line number Diff line number Diff line change 2424 uses : ruby/setup-ruby@v1
2525 with :
2626 ruby-version : ' 2.7'
27- - run : bundle install --jobs 3 --retry 3
27+ bundler-cache : true
2828 - run : bundle exec rake spec
2929
3030 - name : Publish code coverage
Original file line number Diff line number Diff line change 2424 - {os: windows-2019, ruby: '2.7'}
2525 - {os: windows-2019, ruby: '3.2'} # with openssl 3
2626 runs-on : ${{ matrix.cfg.os }}
27+ env :
28+ BUNDLE_SET : ' with integration'
2729 steps :
2830 - name : Checkout current PR
2931 uses : actions/checkout@v4
3234 uses : ruby/setup-ruby@v1
3335 with :
3436 ruby-version : ${{ matrix.cfg.ruby }}
35- - run : gem update bundler
36- - run : bundle config set --local with integration
37- - run : bundle install --jobs 3 --retry 3
37+ bundler-cache : true
3838 - run : bundle exec rake spec_integration
Original file line number Diff line number Diff line change 3333 uses : ruby/setup-ruby@v1
3434 with :
3535 ruby-version : ${{ matrix.ruby }}
36- - run : gem update bundler
37- - run : bundle install --jobs 3 --retry 3
36+ bundler-cache : true
3837 - run : bundle exec rake spec_random
3938
4039 windows_unit_tests :
5352 uses : ruby/setup-ruby@v1
5453 with :
5554 ruby-version : ${{ matrix.ruby }}
56- - run : gem update bundler
57- - run : bundle install --jobs 3 --retry 3
55+ bundler-cache : true
5856 - run : bundle exec rake spec_random
You can’t perform that action at this time.
0 commit comments