We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 599ea39 commit d6bf40eCopy full SHA for d6bf40e
.github/workflows/ci.yml
@@ -67,6 +67,7 @@ jobs:
67
- name: Remove swap space
68
run : |
69
sudo sh -c "
70
+ free -h
71
swapoff /tmp/swapfile
72
rm /tmp/swapfile
73
"
0 commit comments