Skip to content

Patrons should not inherit status from their sponsors in FOLIO #805

Patrons should not inherit status from their sponsors in FOLIO

Patrons should not inherit status from their sponsors in FOLIO #805

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['3.1', '3.2']
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Configure bundler
run: bundle config set --local without 'production symphony'
- name: Install ruby dependencies
run: bundle install
- name: Install javascript dependencies
run: yarn install
- name: Run tests
run: bundle exec rake