Skip to content

Bump Ruby to 3.0.6

Bump Ruby to 3.0.6 #4

Workflow file for this run

name: Test
on: push
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
env:
RAILS_ENV: test
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run tests
run: bundle exec rake