Skip to content

Bump puma from 5.6.4 to 5.6.7 in /examples/rails_example (#31) #65

Bump puma from 5.6.4 to 5.6.7 in /examples/rails_example (#31)

Bump puma from 5.6.4 to 5.6.7 in /examples/rails_example (#31) #65

Workflow file for this run

name: Ruby SDK build and unit tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@359bebbc29cbe6c87da6bc9ea3bc930432750108
with:
ruby-version: '3.0'
- name: Install dependencies
run: cd featurehub-sdk && bundle install
- name: Rubocop
run: cd featurehub-sdk && bundle exec rubocop
- name: Run tests
run: cd featurehub-sdk && bundle exec rspec