Skip to content

Commit

Permalink
Merge branch 'master' into feature/cleanup-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiserd committed Aug 5, 2024
2 parents fd32a75 + fdae9e4 commit 5d5af4f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/interop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
name: Run transport interoperability tests
runs-on: ubuntu-22.04
steps:
- name: Free Disk Space (Ubuntu)
# For some reason the original job (libp2p/test-plans) has enough disk space, but this one doesn't.
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 5d5af4f

Please sign in to comment.