Skip to content

Commit 53c4f3e

Browse files
authored
Update ci.yml
1 parent eb32413 commit 53c4f3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,11 @@ jobs:
155155
- name: df
156156
run: df -h
157157
- name: du1
158-
run: du -h -d1 /usr/local | sort -hr | head -n 20
158+
run: du -h -d1 /home | sort -hr | head -n 20
159159
- name: du2
160-
run: du -h -d1 /usr/share | sort -hr | head -n 20
160+
run: du -h -d1 /home/packer | sort -hr | head -n 20
161161
- name: find
162-
run: find /usr/local -type f -exec du -h {} + 2>/dev/null | sort -hr | head -n 1000
162+
run: find /home -type f -exec du -h {} + 2>/dev/null | sort -hr | head -n 1000
163163

164164
system-test-fips:
165165
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)