Skip to content

cache the bundle, and specificy the ruby version here #7

cache the bundle, and specificy the ruby version here

cache the bundle, and specificy the ruby version here #7

Workflow file for this run

name: test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.4
bundler-cache: true
- run: bundle exec rails test