Skip to content

lolsob

lolsob #69

Workflow file for this run

name: Continuous Integration
on:
push: ~
pull_request: ~
schedule:
- cron: '0 0 1 * *'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: earthly/actions-setup@v1
with:
version: "^0.8"
- uses: actions/checkout@v3
- name: "Despair: test the failing Rake scenario"
run: earthly --ci +test-rake --RUBY_VERSION=3.0 --RAILS_VERSION="~>7.1.0"
- name: Test latest releases
run: earthly --ci +test-latest