Update CI's jest reporters (#20281)
This commit is contained in:
parent
479a09f77b
commit
b68a8b253c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-cd.yml
vendored
2
.github/workflows/ci-cd.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue