Update CI's jest reporters (#20281)

This commit is contained in:
Mac Siri 2023-10-26 15:29:35 -04:00 committed by GitHub
parent 479a09f77b
commit b68a8b253c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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