Skip to content

Update to work with new Vertebrae and Faraday v2 middleware. #37

Update to work with new Vertebrae and Faraday v2 middleware.

Update to work with new Vertebrae and Faraday v2 middleware. #37

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
bundler-cache: true
- run: bundle install
- run: bundle exec rspec
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
bundler-cache: true
- run: bundle install
- run: bundle exec rubocop