Skip to content

Centralize Ruby Version to .ruby-version #438

Centralize Ruby Version to .ruby-version

Centralize Ruby Version to .ruby-version #438

Workflow file for this run

name: Run Tests
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run tests
run: bin/rails test