Skip to content

Commit

Permalink
chore: reclaim some space in the CI unit-tests job
Browse files Browse the repository at this point in the history
  • Loading branch information
r-marques committed Sep 27, 2023
1 parent 5e2b71b commit 4cf5a1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
runs-on: ubuntu-latest

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

0 comments on commit 4cf5a1c

Please sign in to comment.