File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 - uses : ruby/setup-ruby@v1
1818 with :
1919 ruby-version : ${{ matrix.ruby }}
20+ bundler-cache : true
2021 - name : unit testing
2122 env :
2223 CI : true
2324 run : |
24- gem install bundler rake
25- bundle install --jobs 4 --retry 3
2625 bundle exec rake test
Original file line number Diff line number Diff line change 1717 - uses : ruby/setup-ruby@v1
1818 with :
1919 ruby-version : ${{ matrix.ruby }}
20+ bundler-cache : true
2021 - name : unit testing
2122 env :
2223 CI : true
2324 run : |
24- gem install bundler rake
25- bundle install --jobs 4 --retry 3
2625 bundle exec rake test
Original file line number Diff line number Diff line change 1717 - uses : ruby/setup-ruby@v1
1818 with :
1919 ruby-version : ${{ matrix.ruby }}
20+ bundler-cache : true
2021 - name : unit testing
2122 env :
2223 CI : true
2324 run : |
24- gem install bundler rake
25- bundle install --jobs 4 --retry 3
2625 bundle exec rake test
You can’t perform that action at this time.
0 commit comments