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