From 6ffdcf6fc6dcfa0457d4200e9356e2aa9b95e9a5 Mon Sep 17 00:00:00 2001 From: erik Date: Fri, 2 Sep 2022 10:09:41 +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 6ec15b1..cc02860 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 23966b5..4570449 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