Skip to content

Commit fdc3e14

Browse files
committed
chore(ci): Minimize uv cache
1 parent e02d2d3 commit fdc3e14

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ jobs:
7272
run: tox c
7373
- name: Run tox
7474
run: tox -v --exit-and-dump-after 1200
75+
- name: Minimize uv cache
76+
run: uv cache prune --ci
77+
if: ${{ always() }}
7578
- uses: codecov/codecov-action@v5
7679
with:
7780
token: ${{ secrets.CODECOV_TOKEN }}
@@ -96,3 +99,6 @@ jobs:
9699
run: tox c -e ${{ matrix.check }}
97100
- name: Run check
98101
run: tox -e ${{ matrix.check }}
102+
- name: Minimize uv cache
103+
run: uv cache prune --ci
104+
if: ${{ always() }}

0 commit comments

Comments
 (0)