Update test.yml

This commit is contained in:
Jordan Carlin 2024-07-17 01:25:55 -07:00
parent f5dac34fb7
commit bb7888f59a
No known key found for this signature in database

View File

@ -73,12 +73,7 @@ jobs:
- run: df -h
- name: remove packages
run: |
cd .github
ls
echo "Standard bash"
bash cli-space-cleanup.sh
echo "nsenter bash"
nsenter -t 1 -m -u -n -i /bin/bash cli-space-cleanup.sh #-c "sudo apt-get purge -y google-cloud-cli || true; sudo apt-get autoremove -y; sudo apt-get clean"
nsenter -t 1 -m -u -n -i bash -c "$(cat .github/cli-space-cleanup.sh)" #-c "sudo apt-get purge -y google-cloud-cli || true; sudo apt-get autoremove -y; sudo apt-get clean"
- run: df -h
- name: check packages
run: dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -nr