Skip to content

Remove the auto update, not a fan, add test CI #1

Remove the auto update, not a fan, add test CI

Remove the auto update, not a fan, add test CI #1

Workflow file for this run

name: Test
on: [push]
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest]
# os: [ubuntu-latest, macOS-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Mise
uses: jdx/mise-action@v2
- name: Cache
uses: actions/cache@v4
with:
path: |
~/.m2/repository
~/.gitlibs
~/.deps.clj
key: cljdeps-${{ hashFiles('deps.edn') }}
restore-keys: cljdeps-
- name: Execute Kaocha
run: mise test