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
|
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
|
||||||
|
|
|
@ -10,5 +10,4 @@
|
||||||
[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…
Reference in a new issue