Skip to content

Commit

Permalink
[fr33m0nk]: Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fr33m0nk committed Feb 23, 2024
1 parent 268ca5d commit afa0c19
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/clojure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ jobs:
uses: DeLaGuardo/setup-clojure@12.3
with:
cli: latest
- name: run tests & build jar
- name: Run tests
run: clojure -A:dev:test -X:test
- name: Build jar
run: clojure -A:deps:dev:test -T:build ci
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
:src-dirs ["src"]))

(defn ci "Run the CI pipeline of tests (and build the JAR)." [opts]
(test opts)
#_(test opts)
(b/delete {:path "target"})
(let [opts (jar-opts opts)]
(println "\nWriting pom.xml...")
Expand Down
4 changes: 3 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
clj-test-containers/clj-test-containers {:mvn/version "0.7.4"
:exclusions [org.clojure/clojure
org.slf4j/slf4j-api]}
org.testcontainers/kafka {:mvn/version "1.19.6"}}}
org.testcontainers/kafka {:mvn/version "1.19.6"}}
:main-opts ["-m" "cognitect.test-runner"]
:exec-fn cognitect.test-runner.api/test}
:build {:deps {io.github.clojure/tools.build
{:git/tag "v0.9.2" :git/sha "fe6b140"}
slipset/deps-deploy {:mvn/version "0.2.0"}}
Expand Down

0 comments on commit afa0c19

Please sign in to comment.