From 269a21584b5a76c2c6186d587048f49e790e9876 Mon Sep 17 00:00:00 2001 From: Robert Resch Date: Thu, 27 Mar 2025 17:10:59 +0100 Subject: [PATCH] Fix cleanup --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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