Skip to content

route predicates and schema validation #13

route predicates and schema validation

route predicates and schema validation #13

Workflow file for this run

name: Run tests
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '21'
- name: Setup Clojure
uses: DeLaGuardo/setup-clojure@master
with:
cli: '1.12.4.1618'
- name: Caching
uses: actions/cache@v5
with:
path: |
~/.m2/repository
~/.gitlibs
~/.clojure
~/.cpcache
~/.deps.clj
key: ${{ runner.os }}-${{ hashFiles('**/deps.edn', '**/bb.edn') }}
- name: Run tests
run: clojure -T:build test