Skip to content

Commit

Permalink
adding step to free up disk space on the runner
Browse files Browse the repository at this point in the history
  • Loading branch information
taha-abdullah committed Aug 20, 2024
1 parent 095c272 commit b836af9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/quicktest_runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ jobs:

- name: Free Disk Space
run: |
# sudo swapoff -a
# sudo rm -f /swapfile
apt clean
docker rmi $(docker image ls -aq)
df -h
Expand Down

0 comments on commit b836af9

Please sign in to comment.