mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-01-10 14:42:13 -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
|
||||
- &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
|
||||
|
|
Loading…
Reference in a new issue