Skip to content

Bump rails from 8.0.0 to 8.0.0.1 #317

Bump rails from 8.0.0 to 8.0.0.1

Bump rails from 8.0.0 to 8.0.0.1 #317

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