Update CI to show failing tests

merge-requests/2/head
erik 2 years ago
parent 8ef4cdc7be
commit 7765bb6894

@ -37,6 +37,7 @@ test-cljs:
stage: build_and_test stage: build_and_test
script: script:
- shadow-cljs compile test - shadow-cljs compile test
- node target/node-tests.js
upload-clj-release: upload-clj-release:
<<: *clj <<: *clj

@ -9,6 +9,5 @@
[expound "0.8.9"] [expound "0.8.9"]
[hickory "0.7.1"]] [hickory "0.7.1"]]
:builds {:test {:target :node-test :builds {:test {:target :node-test
:output-to "target/node-tests.js" :output-to "target/node-tests.js"
:autorun true
:repl-pprint true}}} :repl-pprint true}}}

Loading…
Cancel
Save