Skip to content

Don’t attempt to serialize resources when the context is unsupported #89

Don’t attempt to serialize resources when the context is unsupported

Don’t attempt to serialize resources when the context is unsupported #89

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
strategy:
matrix:
ruby:
- 3.0
- 3.1
- 3.2
- 3.3
- 3.4
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: RSpec
run: bundle exec rake