Skip to content

Use [private] for help recipe #20

Use [private] for help recipe

Use [private] for help recipe #20

Workflow file for this run

name: Test
on: [push]
permissions: read-all
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
- name: Set up environment
run: |
gem install bundler
bundle install
- name: Run tests
run: |
bundle exec rspec