Update CI to show failing tests
This commit is contained in:
parent
8ef4cdc7be
commit
7765bb6894
2 changed files with 2 additions and 2 deletions
|
@ -37,6 +37,7 @@ test-cljs:
|
|||
stage: build_and_test
|
||||
script:
|
||||
- shadow-cljs compile test
|
||||
- node target/node-tests.js
|
||||
|
||||
upload-clj-release:
|
||||
<<: *clj
|
||||
|
|
|
@ -10,5 +10,4 @@
|
|||
[hickory "0.7.1"]]
|
||||
:builds {:test {:target :node-test
|
||||
:output-to "target/node-tests.js"
|
||||
:autorun true
|
||||
:repl-pprint true}}}
|
||||
|
|
Loading…
Reference in a new issue