We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76cbded commit c47ded2Copy full SHA for c47ded2
1 file changed
.github/workflows/ci.yml
@@ -25,7 +25,9 @@ jobs:
25
ruby-version: ${{ matrix.rubyVersion }}
26
27
- name: Install bundle
28
- run: bundle install
+ run: |
29
+ bundle config set path vendor/bundle
30
+ bundle install
31
32
- name: Lint and test
33
run: bundle exec rake TESTOPTS="--verbose"
0 commit comments