Skip to content

mv back adding filters and servlets as protocol method #229

mv back adding filters and servlets as protocol method

mv back adding filters and servlets as protocol method #229

Workflow file for this run

name: Run tests
on: [push]
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- uses: DeLaGuardo/setup-clojure@12.5
with:
cli: 1.11.1.1435
- name: Deps cache
uses: actions/cache@v4
with:
path: |
~/.m2
~/.gitlibs
key: ${{ runner.os }}-deps-${{ hashFiles('**/deps.edn') }}
- name: Install deps
run: clojure -A:run-tests -P
- name: Run tests
run: clojure -X:run-tests