Skip to content

feat(bin): use irb instead of pry #11

feat(bin): use irb instead of pry

feat(bin): use irb instead of pry #11

Workflow file for this run

name: Testing on Ubuntu
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
ruby-version: ['2.5.1', '2.6', '2.7', '3.0', '3.1']
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
run: bundle exec rake