Skip to content

Commit

Permalink
trying with a new machine #3
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocat93 committed Sep 18, 2024
1 parent d565d11 commit 134842f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/e2c-runner-tests-310.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ jobs:
run: |
df -h
shell: bash
- name: Free up space
run: |
sudo apt-get autoremove -y
sudo apt-get clean
sudo rm -rf /var/log/*.gz /var/log/*.[0-9] /var/log/*-????????
sudo docker system prune --all --volumes -f
df -h
- uses: actions/checkout@v4
with:
fetch-depth: 1 # no need for the history
Expand Down

0 comments on commit 134842f

Please sign in to comment.