File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 8
8
steps :
9
9
- uses : actions/checkout@v2
10
10
- name : Install dependencies
11
- run : |
12
- gem install bundler --no-document
13
- bundle install
11
+ run : bundle install
14
12
- name : Run test
15
13
run : rake && RUBYOPT=--enable-frozen_string_literal rake
Original file line number Diff line number Diff line change 15
15
with :
16
16
ruby-version : ${{ matrix.ruby }}
17
17
- name : Install dependencies
18
- run : |
19
- gem install bundler --no-document
20
- bundle install
18
+ run : bundle install
21
19
- name : Run test
22
20
run : rake
Original file line number Diff line number Diff line change 14
14
uses : ruby/setup-ruby@v1
15
15
with :
16
16
ruby-version : ${{ matrix.ruby }}
17
- - name : Set up Bundler
18
- run : gem install bundler --no-document --force
19
17
- name : Install dependencies
20
18
run : bundle install
21
19
- name : Run test
You can’t perform that action at this time.
0 commit comments