Skip to content

Ruby (3.4.2) and gem updates (#57) #118

Ruby (3.4.2) and gem updates (#57)

Ruby (3.4.2) and gem updates (#57) #118

Workflow file for this run

name: minitest
on:
- push
jobs:
tests:
name: minitest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run tests
env:
RAILS_ENV: test
run: |
bundle exec rails test:prepare
bundle exec rails test