diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7208c2c44d2..035af206439 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1009,7 +1009,7 @@ jobs: ${cov_params[@]} \ -o console_output_style=count \ -p no:sugar \ - --time-report-name pytest-time-report-${{ matrix.python-version }}-${{ matrix.group }}.json \ + --execution-time-report-name pytest-time-report-${{ matrix.python-version }}-${{ matrix.group }}.json \ --exclude-warning-annotations \ $(sed -n "${{ matrix.group }},1p" pytest_buckets.txt) \ 2>&1 | tee pytest-${{ matrix.python-version }}-${{ matrix.group }}.txt