Skip to content

Add a reader for harvesting directly from purl-fetcher HTTP API #2492

Add a reader for harvesting directly from purl-fetcher HTTP API

Add a reader for harvesting directly from purl-fetcher HTTP API #2492

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.3.2']
steps:
- uses: actions/checkout@v4
- 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