Update CI to show failing tests

This commit is contained in:
erik 2022-09-02 10:13:52 +02:00
parent 8ef4cdc7be
commit 7765bb6894
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -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}}}