Skip to content

Commit

Permalink
chore(ci): Cleanup disk space on verfiy cdxgen workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
heubeck committed Jul 2, 2024
1 parent 2fc73dc commit 6f4d6ee
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ jobs:
name: Verify cdxgen pre-release from branch
runs-on: ubuntu-latest
steps:
- name: Free disk space
run: |
df -h
echo "----------------------------------------"
sudo swapoff -a
sudo rm -f /swapfile
sudo apt clean
docker rmi $(docker image ls -aq)
df -h
- name: Checkout Code
uses: actions/checkout@v4
Expand Down

0 comments on commit 6f4d6ee

Please sign in to comment.