Skip to content

Commit

Permalink
Run tests@GH
Browse files Browse the repository at this point in the history
  • Loading branch information
eval committed Sep 19, 2023
1 parent b1c1e88 commit be38f93
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Run tests

on: [push, pull_request]

jobs:
Test:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install clojure tools
uses: DeLaGuardo/setup-clojure@9.4
with:
cli: latest
- name: Run tests
run: clojure -X:test

0 comments on commit be38f93

Please sign in to comment.