Add junit report

This commit is contained in:
2020-03-22 10:12:05 +03:00
parent 28bde76ddd
commit e3ea017315
4 changed files with 59 additions and 1 deletions

@ -8,7 +8,9 @@ jobs:
- checkout
- run: npm ci
- run: npm run format-check
- run: npm run test
- run: npm run test:junit-report
- store_test_results:
path: test-results
build_and_publish:
docker: