diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 035af206439..0f2b28eec3a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1035,8 +1035,8 @@ jobs: with: name: test-results-full-${{ matrix.python-version }}-${{ matrix.group }} path: junit.xml - - name: Remove pytest_buckets - run: rm pytest_buckets.txt + - name: Remove pytest_buckets and pytest-time-report + run: rm pytest_buckets.txt pytest-time-report-${{ matrix.python-version }}-${{ matrix.group }}.json - name: Check dirty run: | ./script/check_dirty