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 72dfcb5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,8 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Cache dependencies
uses: actions/cache@v2
env:
cache-name: cache-clj
with:
path: ~/.m2
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('deps.edn') }}
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-
- name: Run Tests
uses: docker://teknql/openjdk:19-clojure
uses: docker://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 72dfcb5

Please sign in to comment.