Skip to content

Various compatibility fixes for the 3.x branch #205

Various compatibility fixes for the 3.x branch

Various compatibility fixes for the 3.x branch #205

Workflow file for this run

name: CI isolated tests
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [2.7]
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run tests
run: bundle exec rake test_isolated