Skip to content

Version cleanup, back to 3.0.0 #91

Version cleanup, back to 3.0.0

Version cleanup, back to 3.0.0 #91

Workflow file for this run

name: Continuous Integration
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.1
- name: Install gems
run: |
gem install bundler
bundle install --jobs 4 --retry 3
- name: Run tests
run: bundle exec rspec