Skip to content

Add some requests to fetch the content via ISBN #294

Add some requests to fetch the content via ISBN

Add some requests to fetch the content via ISBN #294

Workflow file for this run

name: Clojure CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: lein deps
- name: Run tests
run: lein test :non-database