Skip to content

Merge pull request #5 from planningcenter/ms/json-default #3

Merge pull request #5 from planningcenter/ms/json-default

Merge pull request #5 from planningcenter/ms/json-default #3

Workflow file for this run

name: Test
on:
push:
branches: [ "main" ]
pull_request: {}
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.0', '3.1']
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Run tests
run: bundle exec rspec