Skip to content

Commit

Permalink
test: add disk space cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Case <[email protected]>
  • Loading branch information
richardcase authored and Danil-Grigorev committed Feb 21, 2024
1 parent afa2c96 commit caad9b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jobs:
e2e-tests:
runs-on: ubuntu-latest
steps:
- name: Free Disk Space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
docker-images: false
- name: Checkout code
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit caad9b4

Please sign in to comment.