Skip to content

Merge pull request #4 from bluerabbit/dependabot/bundler/grpc-1.61.0 #17

Merge pull request #4 from bluerabbit/dependabot/bundler/grpc-1.61.0

Merge pull request #4 from bluerabbit/dependabot/bundler/grpc-1.61.0 #17

Workflow file for this run

name: rspec
on:
workflow_dispatch:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.1']
steps:
- uses: actions/checkout@v2
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Install dependencies
run: bundle install
- name: Run tests
run: bundle exec rspec