We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 278629b commit 682d72bCopy full SHA for 682d72b
.github/workflows/build.yaml
@@ -35,7 +35,7 @@ jobs:
35
restore-keys: cljdeps-
36
37
- name: Run tests
38
- run: clojure -M:test -m kaocha.runner
+ run: clojure -M:test -m kaocha.runner --skip-meta :snapshot
39
40
- name: Build uberjar
41
run: clojure -T:build uberjar :jar-name aidbox-sdk
0 commit comments