Skip to content

Commit

Permalink
build: update git workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rschmukler committed Oct 16, 2024
1 parent ef7904e commit bb29ab4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-
- name: Run Tests
uses: docker://teknql/openjdk:19-clojure
uses: clojure:temurin-23-tools-deps
with:
entrypoint: /usr/local/bin/clojure
args: -M:test
1 change: 0 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
:aliases
{:test
{:extra-paths ["test"]
:jvm-opts ["--enable-preview"]
:main-opts ["-m" "kaocha.runner"]
:extra-deps
{org.clojure/test.check {:mvn/version "1.1.1"}
Expand Down

0 comments on commit bb29ab4

Please sign in to comment.