circleci output linting to junit format

This commit is contained in:
BryceLTaylor 2022-03-29 17:13:41 -04:00
parent 4ef39a52a2
commit f28835d51c

View file

@ -17,7 +17,7 @@ aliases:
mkdir ./test/results
- &lint
name: "run lint tests"
command: npm run lint
command: npm run lint -- --format junit -o ./test/results/lint-results.xml
- &unit
name: "run unit tests"
command: JEST_JUNIT_OUTPUT_NAME=unit-jest-results.xml npm run unit -- --reporters=jest-junit