File tree Expand file tree Collapse file tree 1 file changed +14
-15
lines changed Expand file tree Collapse file tree 1 file changed +14
-15
lines changed Original file line number Diff line number Diff line change @@ -4,23 +4,22 @@ on: [push]
44
55jobs :
66 build :
7-
87 runs-on : ubuntu-latest
98 env :
109 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
1110
1211 steps :
13- - uses : actions/checkout@v1
14- - name : Set up Ruby 2.7.x
15- uses : ruby/setup-ruby@v1
16- with :
17- ruby-version : 2.7
18- - name : Build and test with Rake, RSpec, RuboCop, Fasterer
19- run : |
20- gem install bundler -v 2.0.2
21- bundle install --jobs 4 --retry 3
22- bundle exec rake
23- bundle exec rubocop
24- bundle exec fasterer
25- - name : Upload coverage to Codecov
26- uses : codecov/codecov-action@v1
12+ - uses : actions/checkout@v1
13+ - name : Set up Ruby 2.7.x
14+ uses : ruby/setup-ruby@v1
15+ with :
16+ ruby-version : 2.7
17+ - name : Build and test with Rake, RSpec, RuboCop, Fasterer
18+ run : |
19+ gem install bundler -v 2.0.2
20+ bundle install --jobs 4 --retry 3
21+ bundle exec rake
22+ bundle exec rubocop
23+ bundle exec fasterer
24+ - name : Upload coverage to Codecov
25+ uses : codecov/codecov-action@v1
You can’t perform that action at this time.
0 commit comments