From f28835d51cbc4e364063f07c73d1f727dc70db52 Mon Sep 17 00:00:00 2001 From: BryceLTaylor Date: Tue, 29 Mar 2022 17:13:41 -0400 Subject: [PATCH] circleci output linting to junit format --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3c37299c..751cfb73 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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