Skip to content

Commit

Permalink
fix: try to reclaim some space in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
r-marques committed Sep 13, 2023
1 parent 05661bf commit 2d670b0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/testing-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Reclaim some disk space
run: |
df -h
docker images
docker system df
docker system prune --all --volumes -f
docker system df
df -h
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 2d670b0

Please sign in to comment.