From af83a253e64904cb4a782ed2c36f58d27ce99a71 Mon Sep 17 00:00:00 2001 From: erik Date: Fri, 2 Sep 2022 10:08:47 +0200 Subject: [PATCH] Update CI to show failing tests --- .gitlab-ci.yml | 1 + shadow-cljs.edn | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) 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