Is there any way in tools-build to add the "dev" "test" paths?
Do you mean something different than put an alias into deps.edn and then use the alias when calling create-basis?
I can pass an alias while using create-basis ?
Yes
https://clojure.github.io/tools.build/clojure.tools.build.api.html#var-create-basis
thx, workd 😄
running into same problem in CI though...
[Container] 2025/08/14 19:02:54.099223 Running command clojure -M:dev:test
SLF4J(I): Connected with provider of type [org.slf4j.nop.NOPServiceProvider]
Loading namespaces: (core)
Test namespaces: (:automation)
Execution error at a.handler/eval24282$loading (handler.clj:1).
namespace 'a.logger' not found
Full report at:
/tmp/clojure-15972096794283805394.ednnot sure what you're doing at this point, hard to help
classpath on log problems, solving here. thanks 😄