Skip to content

Commit

Permalink
fix(CI): free disk space on interop transport job (#1206)
Browse files Browse the repository at this point in the history
Readd the free disk space job, as space issues still happen when
building images.

---------

Co-authored-by: Diego <diego@status.im>
  • Loading branch information
AlejandroCabeza and diegomrsantos authored Oct 10, 2024
1 parent 5d48776 commit 6c97091
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/interop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ jobs:
name: Run transport interoperability tests
runs-on: ubuntu-22.04
steps:
- name: Free Disk Space
# For some reason we have space issues while running this action. Likely while building the image.
# This action will free up some space to avoid the issue.
uses: jlumbroso/free-disk-space@v1.3.1
with:
tool-cache: true

- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v3
- name: Build image
Expand Down

0 comments on commit 6c97091

Please sign in to comment.