Skip to content

chore/handle_key_not_found- chore: support render unless key not found #15

chore/handle_key_not_found- chore: support render unless key not found

chore/handle_key_not_found- chore: support render unless key not found #15

Workflow file for this run

name: Ruby
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby: [2.5, 2.6, 2.7, 3.0]
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run RSpec
run: bundle exec rspec