Skip to content

- Add remaining templates (with the exception of a set of prelim part… #24

- Add remaining templates (with the exception of a set of prelim part…

- Add remaining templates (with the exception of a set of prelim part… #24

Workflow file for this run

name: Run RSpec tests
on: [push]
jobs:
run-rspec-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.1
# runs 'bundle install' and caches installed gems automatically
bundler-cache: true
- name: Run tests
run: |
bundle exec rspec