Skip to content

mock out various things so that the test passes #1156

mock out various things so that the test passes

mock out various things so that the test passes #1156

Workflow file for this run

name: Clojure CI
on:
push:
branches:
- '*'
pull_request:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: lein deps
- name: Run tests
run: lein test