diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b2eb002..5d2e3d4 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 47e312f..abaec13 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