Skip to content

Use FOLIO statistical codes to determine if this should be a database… #1194

Use FOLIO statistical codes to determine if this should be a database…

Use FOLIO statistical codes to determine if this should be a database… #1194

Workflow file for this run

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