mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 14:45:09 +02:00
Fix cleanup
This commit is contained in:
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@@ -1035,8 +1035,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: test-results-full-${{ matrix.python-version }}-${{ matrix.group }}
|
name: test-results-full-${{ matrix.python-version }}-${{ matrix.group }}
|
||||||
path: junit.xml
|
path: junit.xml
|
||||||
- name: Remove pytest_buckets
|
- name: Remove pytest_buckets and pytest-time-report
|
||||||
run: rm pytest_buckets.txt
|
run: rm pytest_buckets.txt pytest-time-report-${{ matrix.python-version }}-${{ matrix.group }}.json
|
||||||
- name: Check dirty
|
- name: Check dirty
|
||||||
run: |
|
run: |
|
||||||
./script/check_dirty
|
./script/check_dirty
|
||||||
|
Reference in New Issue
Block a user