Skip to content

New methods to match OpenAPI spec 1.14.0 #7

New methods to match OpenAPI spec 1.14.0

New methods to match OpenAPI spec 1.14.0 #7

Workflow file for this run

name: CI
on:
pull_request:
types:
- opened
- synchronize
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3" # or your project's Ruby version
- name: Install dependencies
run: bundle install --jobs 4 --retry 3
- name: Run RSpec tests
run: bundle exec rspec