We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9143d04 + 51418aa commit 43ab140Copy full SHA for 43ab140
.github/workflows/ruby.yml
@@ -40,19 +40,7 @@ jobs:
40
uses: ruby/setup-ruby@v1
41
with:
42
ruby-version: ${{ matrix.ruby }}
43
- - uses: actions/cache@v3
44
- with:
45
- # NOTE: Bundler expands the path relative to the gemfile, not the
46
- # current directory.
47
- path: ./gemfiles/vendor/bundle
48
- key: bundled-gems-${{ runner.os }}-ruby-${{ matrix.ruby }}-${{ matrix.appraisal }}-${{ hashFiles(env.BUNDLE_GEMFILE, '*.gemspec') }}
49
- restore-keys: |
50
- bundled-gems-${{ runner.os }}-ruby-${{ matrix.ruby }}-${{ matrix.appraisal }}-
51
- bundled-gems-${{ runner.os }}-ruby-${{ matrix.ruby }}-
52
- - name: Install gems
53
- run: |
54
- bundle config path vendor/bundle
55
- bundle install --jobs 4
+ bundler-cache: true
56
- name: Run specs
57
run: bundle exec rake spec
58
- name: Run cukes
0 commit comments