Skip to content

Ruby Nightly

Ruby Nightly #265

Workflow file for this run

name: Ruby Nightly
on:
schedule:
# Checks daily
- cron: "0 0 * * *"
jobs:
TestsOnNightly:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ruby-head
bundler-cache: true
- run: bundle exec rspec