diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f0e9736..35ee19c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,7 +36,8 @@ test-cljs: stage: build_and_test script: - shadow-cljs compile test - + - node target/node-tests.js + test-clj: <<: *clj stage: build_and_test diff --git a/shadow-cljs.edn b/shadow-cljs.edn index e7487f0..7578c71 100644 --- a/shadow-cljs.edn +++ b/shadow-cljs.edn @@ -12,5 +12,4 @@ :compiler-options {:optimizations :advanced}} :test {:target :node-test :output-to "target/node-tests.js" - :autorun true :repl-pprint true}}} \ No newline at end of file