Skip to content

Merge pull request #27 from dhruvCW/config_refactor #97

Merge pull request #27 from dhruvCW/config_refactor

Merge pull request #27 from dhruvCW/config_refactor #97

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [ '3.0', '3.1', '3.2', '3.3', '3.4' ]
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Run RSpec
run: COVERAGE=true bundle exec rspec