File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,20 +11,20 @@ jobs:
1111 matrix :
1212 ruby-version : ['2.7', '3.1.0','head'] # test only recommend Ruby version (and stable version on the gitaction server)
1313 steps :
14- - uses : actions/checkout@v3
15- - name : Set up Ruby ${{ matrix.ruby-version }}
16- uses : ruby/setup-ruby@359bebbc29cbe6c87da6bc9ea3bc930432750108
14+ - uses : actions/checkout@v4
15+ - uses : ruby/setup-ruby@v1
1716 with :
18- ruby-version : ${{ matrix.ruby-version }}
19- - name : Install dependencies
17+ ruby-version : ${{ matrix.ruby }}
18+ bundler-cache : true
19+ - name : install dependencies
2020 run : bundle install
2121 - name : lint
2222 run : bundle exec rake lint
2323 - name : tests
2424 env :
2525 SERPAPI_KEY : ${{ secrets.SERPAPI_KEY }}
2626 run : bundle exec rake test
27- - name : oobt
27+ - name : out of box testing
2828 env :
2929 SERPAPI_KEY : ${{ secrets.SERPAPI_KEY }}
3030 run : bundle exec rake oobt
You can’t perform that action at this time.
0 commit comments