Setting up CircleCI test summary support

This commit is contained in:
Jeff Avallone
2018-05-29 17:30:51 -04:00
parent 48903eb54e
commit 49e56aebd7
4 changed files with 26 additions and 5 deletions
+4 -1
View File
@@ -28,7 +28,10 @@ jobs:
command: yarn test
- store_artifacts:
path: coverage
path: reports
- store_test_results:
path: reports/junit.xml
- run:
name: Build site