Skip to content

fix: safer hypr/notify #422

fix: safer hypr/notify

fix: safer hypr/notify #422

name: JVM unit tests
on: push
jobs:
Testing:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Prepare java
uses: actions/[email protected]
with:
distribution: 'zulu'
java-version: '16'
- name: Install clojure tools
uses: DeLaGuardo/[email protected]
with:
cli: 1.12.0.1530
- name: Cache dependencies
uses: actions/[email protected]
env:
cache-name: cache-clj
with:
path: |
~/.m2/repository
~/.gitlibs
~/.deps.clj
key: cljdeps-${{ hashFiles('deps.edn') }}
restore-keys: cljdeps-
- run: ./bin/kaocha unit