Skip to content

fix: do not mutate field options #41

fix: do not mutate field options

fix: do not mutate field options #41

Workflow file for this run

name: JRuby Build
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
env:
BUNDLE_JOBS: 4
BUNDLE_RETRY: 3
CI: true
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: jruby-9.3
bundler-cache: true
- name: Run RSpec tests
run: |
bundle exec rspec --force-color