summaryrefslogtreecommitdiff
path: root/.github/workflows/tests.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r--.github/workflows/tests.yml31
1 files changed, 0 insertions, 31 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
deleted file mode 100644
index 12bb9bd..0000000
--- a/.github/workflows/tests.yml
+++ /dev/null
@@ -1,31 +0,0 @@
-name: Tests
-on:
- push:
- branches:
- - master
- workflow_dispatch:
- branches:
- - master
-jobs:
- run-tests:
- runs-on: ubuntu-latest
- steps:
- - name: Checkout
- uses: actions/checkout@v2
- with:
- fetch-depth: 0
-
- - name: Prepare java
- uses: actions/setup-java@v2
- with:
- distribution: 'zulu'
- java-version: '17'
-
- - name: Install clojure tools
- uses: DeLaGuardo/setup-clojure@4.0
- with:
- lein: 'latest'
- github-token: ${{ secrets.GITHUB_TOKEN }}
-
- - name: "Run tests"
- run: lein kaocha