diff --git a/.github/workflows/worker.yml b/.github/workflows/worker.yml index 600287dded77..ace15444e13c 100644 --- a/.github/workflows/worker.yml +++ b/.github/workflows/worker.yml @@ -90,6 +90,25 @@ jobs: run: ${{ inputs.script }} timeout-minutes: 60 + - name: Summarize flaky tests + if: ${{ hashFiles('**/TEST-*.xml') != '' }} + shell: bash + run: | + # Count flaky failures recursively + flaky_count=$(grep -R "