Skip to content

Bump rails from 7.0.8.4 to 7.2.2 #423

Bump rails from 7.0.8.4 to 7.2.2

Bump rails from 7.0.8.4 to 7.2.2 #423

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.0
bundler-cache: true
- name: Run tests
run: |
bundle exec rspec