File tree Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -56,25 +56,16 @@ jobs:
56
56
allow-failure : true
57
57
- ruby : head
58
58
gemfile : Gemfile
59
- allow-failure : true
59
+
60
+ env :
61
+ BUNDLE_GEMFILE : ${{ matrix.gemfile }}
60
62
61
63
steps :
62
64
- uses : actions/checkout@v2
63
- - uses : actions/cache@v2
64
- with :
65
- path : /home/runner/bundle
66
- key : bundle-use-ruby-${{ matrix.ruby }}-${{ matrix.gemfile }}-gems-${{ hashFiles(matrix.gemfile) }}-${{ hashFiles('**/*.gemspec') }}
67
- restore-keys : |
68
- bundle-use-ruby-${{ matrix.ruby }}-${{ matrix.gemfile }}-gems-
69
65
- name : Set up Ruby
70
66
uses : ruby/setup-ruby@v1
71
67
with :
72
68
ruby-version : ${{ matrix.ruby }}
73
- - name : Bundle install
74
- run : |
75
- gem install bundler -v 2.1.4
76
- bundle config path /home/runner/bundle
77
- bundle config --global gemfile ${{ matrix.gemfile }}
78
- bundle install --jobs 4 --retry 3
69
+ bundler-cache : true
79
70
- name : Run tests
80
71
run : bundle exec rake
You can’t perform that action at this time.
0 commit comments