From f05a3731fe8c2a204000c5aa46e65f9364f4b276 Mon Sep 17 00:00:00 2001 From: erik Date: Fri, 2 Sep 2022 10:11:39 +0200 Subject: [PATCH] Update CI to show failing tests --- .gitlab-ci.yml | 1 + shadow-cljs.edn | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 74b5dc2..65dff54 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,6 +31,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 9f78033..e34ac40 100644 --- a/shadow-cljs.edn +++ b/shadow-cljs.edn @@ -11,5 +11,4 @@ :compiler-options {:optimizations :advanced}} :test {:target :node-test :output-to "target/node-tests.js" - :autorun true :repl-pprint true}}}