Skip to content

Improve gem summary, taking into account rubygem length restrictions #42

Improve gem summary, taking into account rubygem length restrictions

Improve gem summary, taking into account rubygem length restrictions #42

Workflow file for this run

name: serpapi-search-ruby
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [3.2, 3.1, "3.0", 2.5]
steps:
- uses: actions/checkout@v3
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
- name: Install dependencies
run: bundle install
- name: Run tests
env:
API_KEY: ${{ secrets.API_KEY }}
run: bundle exec rake
# oobt does not work with ruby 2.2
#- name: oobt
# env:
# API_KEY: ${{ secrets.API_KEY }}
# run: make oobt