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