Skip to content

Commit be6badd

Browse files
committed
ci: pom.xml needed so caching all of target
1 parent ac620fa commit be6badd

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/upload-artifact@v4
4949
with:
5050
name: charm-jar
51-
path: target/charm*.jar
51+
path: target/
5252

5353
release:
5454
needs: ci
@@ -81,6 +81,12 @@ jobs:
8181
with:
8282
name: charm-jar
8383

84+
- run: pwd
85+
86+
- run: ls -lahrt ../
87+
88+
- run: ls -lahrtR
89+
8490
- name: Deploy to Clojars
8591
run: clojure -T:build deploy
8692
env:

deps.edn

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,18 @@
99
:extra-deps {io.github.cognitect-labs/test-runner {:git/tag "v0.5.1" :git/sha "dfb30dd"}}
1010
:main-opts ["-m" "cognitect.test-runner"]
1111
:jvm-opts ["--enable-native-access=ALL-UNNAMED"]}
12+
1213
:repl {:extra-deps {nrepl/nrepl {:mvn/version "1.1.1"}
1314
cider/cider-nrepl {:mvn/version "0.47.1"}}
1415
:main-opts ["-m" "nrepl.cmdline" "--middleware" "[cider.nrepl/cider-middleware]"]}
16+
1517
:examples {:extra-paths ["docs"]}
18+
1619
:user {:extra-paths ["user"]}
20+
1721
:build {:deps {io.github.clojure/tools.build {:mvn/version "0.10.7"}
1822
slipset/deps-deploy {:mvn/version "0.2.2"}}
1923
:ns-default build}
20-
:lint {:extra-deps {io.github.clj-kondo/clj-kondo {:mvn/version "RELEASE"}}
24+
25+
:lint {:extra-deps {io.github.clj-kondo/clj-kondo {:mvn/version "2026.01.19"}}
2126
:main-opts ["-m" "clj-kondo.main"]}}}

0 commit comments

Comments
 (0)