Skip to content

Bump shoulda-matchers from 6.3.1 to 6.4.0 #272

Bump shoulda-matchers from 6.3.1 to 6.4.0

Bump shoulda-matchers from 6.3.1 to 6.4.0 #272

Workflow file for this run

name: build
on:
- push
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Install dependencies
run: |
gem install bundler
bundle install --jobs 4 --retry 3
- name: Run tests
run: bundle exec rspec