From 519bec0a0a8f956342c54282df36640423ae305a Mon Sep 17 00:00:00 2001 From: erik Date: Fri, 2 Sep 2022 10:12:14 +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 db1324a..9f8266e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,6 +32,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 d9165b3..2f5c954 100644 --- a/shadow-cljs.edn +++ b/shadow-cljs.edn @@ -13,5 +13,4 @@ :compiler-options {:optimizations :advanced}} :test {:target :node-test :output-to "target/node-tests.js" - :autorun true :repl-pprint true}}}