#4 - Provide test results to Circle CI
This commit is contained in:
parent
6dbebf15bd
commit
8d86894f71
1 changed files with 4 additions and 1 deletions
|
|
@ -37,4 +37,7 @@ jobs:
|
|||
key: v1-dependencies-{{ checksum "build.boot" }}
|
||||
|
||||
# run tests!
|
||||
- run: boot bat-test
|
||||
- run: boot bat-test --report "[:pretty {:type :junit :output-to \"target/junit.xml\"}]" --cloverage
|
||||
|
||||
- store_test_results:
|
||||
path: target
|
||||
|
|
|
|||
Loading…
Reference in a new issue