Skip to content

Bump rails from 7.1.3.2 to 7.1.3.3 #239

Bump rails from 7.1.3.2 to 7.1.3.3

Bump rails from 7.1.3.2 to 7.1.3.3 #239

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