From b68a8b253caddf03c6192c85a6478a1233ac79de Mon Sep 17 00:00:00 2001 From: Mac Siri Date: Thu, 26 Oct 2023 15:29:35 -0400 Subject: [PATCH] Update CI's jest reporters (#20281) --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index ff61f1d97..b5f927a74 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -224,7 +224,7 @@ jobs: with: node-version: 16 cache: yarn - - run: yarn test --colors --ci --reporters=jest-junit + - run: yarn test --colors --ci --reporters="jest-junit" --reporters="default" - name: Upload test results to BuildPulse for flaky test detection if: '!cancelled()' # Run this step even when the tests fail. Skip if the workflow is cancelled. uses: Workshop64/buildpulse-action@master