Skip to content

feat(Rails7): Update for Rails 7 and MySQL 8 #2

feat(Rails7): Update for Rails 7 and MySQL 8

feat(Rails7): Update for Rails 7 and MySQL 8 #2

Workflow file for this run

name: Specs
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
run-rspec:
runs-on: ubuntu:23.04
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Ruby and install gems
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
bundler-cache: true
- name: Run RSpec
run: |
bundle exec appraisal install
bundle exec appraisal rspec