Skip to content

Commit 4484e24

Browse files
committed
Clean up workflow.
1 parent 7a6836e commit 4484e24

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/pr-build.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -63,21 +63,13 @@ jobs:
6363

6464
- uses: gradle/wrapper-validation-action@v1
6565

66-
# Check disk usage before cleanup
67-
- name: Check disk usage before cleanup
68-
run: df -h
69-
7066
# Cleanup directories before proceeding with setup
7167
- name: Clean up old installations
7268
if: ${{ matrix.os != 'windows-latest' }}
7369
run: |
7470
sudo rm -rf /usr/local/lib/android
7571
sudo rm -rf /usr/share/dotnet
7672
77-
# Check disk usage after cleanup
78-
- name: Check disk usage after cleanup
79-
run: df -h
80-
8173
# cache local patch outputs
8274
- name: Cache local Maven repository
8375
uses: actions/cache@v3
@@ -164,7 +156,3 @@ jobs:
164156
arguments: build --stacktrace -PenableCoverage=true
165157
- uses: codecov/codecov-action@v3
166158

167-
# Check disk usage after cleanup
168-
- name: Check disk usage after worflow
169-
run: df -h
170-

0 commit comments

Comments
 (0)