Fix cleanup

This commit is contained in:
Robert Resch 2025-03-27 17:10:59 +01:00
parent 219a8cdf40
commit 269a21584b
No known key found for this signature in database
GPG Key ID: 9D9D9DCB43120143

View File

@ -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