Skip to content

Merge pull request #37 from NYPL/development #11

Merge pull request #37 from NYPL/development

Merge pull request #37 from NYPL/development #11

Workflow file for this run

name: Test Coverage
on: [push, pull_request]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
run: bundle exec rspec -fd