Skip to content

Commit d6bf40e

Browse files
committed
Print swap space usage to console before removing it.
1 parent 599ea39 commit d6bf40e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
- name: Remove swap space
6868
run : |
6969
sudo sh -c "
70+
free -h
7071
swapoff /tmp/swapfile
7172
rm /tmp/swapfile
7273
"

0 commit comments

Comments
 (0)