Skip to content

Bump json-schema from 5.0.0 to 5.0.1 #793

Bump json-schema from 5.0.0 to 5.0.1

Bump json-schema from 5.0.0 to 5.0.1 #793

Workflow file for this run

name: Tests
on: [pull_request]
jobs:
setup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.4
bundler-cache: true
general_tests:
needs: setup
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.4
bundler-cache: true
- name: Run tests
run: bundle exec rake test:ci