Skip to content

Merge pull request #777 from amatsuda/ci #165

Merge pull request #777 from amatsuda/ci

Merge pull request #777 from amatsuda/ci #165

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@v2
- 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