Skip to content

Run tests with github actions #1

Run tests with github actions

Run tests with github actions #1

Workflow file for this run

name: Clojure CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run tests
run: clojure -M:test/cognitect