diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 50fe61e..d17556d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,6 +35,7 @@ test-cljs: stage: build_and_test script: - shadow-cljs compile test + - node target/node-tests.js test-clj: <<: *clj diff --git a/shadow-cljs.edn b/shadow-cljs.edn index be071ef..bce1936 100644 --- a/shadow-cljs.edn +++ b/shadow-cljs.edn @@ -11,6 +11,5 @@ :release {} :compiler-options {:optimizations :advanced}} :test {:target :node-test - :output-to "target/node-tests.js" - :autorun true + :output-to "target/node-tests.js" :repl-pprint true}}} \ No newline at end of file