Skip to content

Commit e186ba1

Browse files
committed
Cleanup
1 parent a61bbbd commit e186ba1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/xtest.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
container:
1818
image: danielflook/python-minifier-build:${{ matrix.python }}-2024-01-12
1919
steps:
20+
- name: Cleanup
21+
run: |
22+
rm -vrf $GITHUB_HOME/.* $GITHUB_HOME/* $GITHUB_WORKSPACE/.* $GITHUB_WORKSPACE/*
23+
2024
- name: Checkout
2125
uses: actions/checkout@v3
2226
with:

0 commit comments

Comments
 (0)