Skip to content

updates gemfile.lock and version cadence #153

updates gemfile.lock and version cadence

updates gemfile.lock and version cadence #153

Workflow file for this run

name: Unit Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
- name: Install dependencies (bundle)
run: bundle install
- name: Run tests
run: rake test