Skip to content

Rails Main

Rails Main #1

Workflow file for this run

name: Rails Main
on:
schedule:
- cron: '0 3 * * *'
workflow_dispatch:
jobs:
rails-main:
name: Rails main integration tests
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Setup Ruby 4.0.1
uses: ruby/setup-ruby@v1
with:
ruby-version: '4.0.1'
bundler-cache: true
- name: Run Rails main integration tests
env:
RAILS_VERSION: latest
run: ./scripts/rails_tests.sh