diff --git a/.github/workflows/interop.yml b/.github/workflows/interop.yml index acd238f32c..9393dca5df 100644 --- a/.github/workflows/interop.yml +++ b/.github/workflows/interop.yml @@ -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