Skip to content

Add holdings_library_code_ssim to the searchworks search fields #206

Add holdings_library_code_ssim to the searchworks search fields

Add holdings_library_code_ssim to the searchworks search fields #206

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
- name: Install dependencies
run: bundle install
- name: Run tests
run: bundle exec rake