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
script:
- shadow-cljs compile test
- node target/node-tests.js
upload-clj-release:
<<: *clj

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

Loading…
Cancel
Save