mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-01-25 13:51:06 -05:00
circleci output linting to junit format
This commit is contained in:
parent
4ef39a52a2
commit
f28835d51c
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ aliases:
|
||||||
mkdir ./test/results
|
mkdir ./test/results
|
||||||
- &lint
|
- &lint
|
||||||
name: "run lint tests"
|
name: "run lint tests"
|
||||||
command: npm run lint
|
command: npm run lint -- --format junit -o ./test/results/lint-results.xml
|
||||||
- &unit
|
- &unit
|
||||||
name: "run unit tests"
|
name: "run unit tests"
|
||||||
command: JEST_JUNIT_OUTPUT_NAME=unit-jest-results.xml npm run unit -- --reporters=jest-junit
|
command: JEST_JUNIT_OUTPUT_NAME=unit-jest-results.xml npm run unit -- --reporters=jest-junit
|
||||||
|
|
Loading…
Reference in a new issue