Skip to content

Bump config from 4.2.1 to 5.0.0 #205

Bump config from 4.2.1 to 5.0.0

Bump config from 4.2.1 to 5.0.0 #205

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.1
- name: Install dependencies
run: bundle install
- name: Run tests
run: bundle exec rspec
- name: Verify output file
run: cat spec/fixtures/report_file.csv