Skip to content

update changelog

update changelog #381

Workflow file for this run

name: Clojure CI - Unit and Integration Tests
on: [ push ]
jobs:
test:
name: Running Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: lein deps
- name: Run tests
run: |
docker-compose -f test/resources/docker-compose.yml up -d
lein test