Skip to content

Commit d6bf40e

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
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)