Skip to content

Commit

Permalink
ci: free disk space for interop tests (#3084)
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh authored Dec 5, 2024
1 parent 9024f8e commit 084ebf3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/interop-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Interoperability Testing

on:
workflow_dispatch:
pull_request:
Expand All @@ -8,6 +9,7 @@ on:
- 'internal/**'
- 'p2p/**'
- 'test-plans/**'
- '.github/workflows/interop-test.yml'
push:
branches:
- "master"
Expand All @@ -23,6 +25,11 @@ jobs:
name: Run transport interoperability tests
runs-on: ${{ fromJSON(vars['INTEROP_TEST_RUNNER_UBUNTU'] || '"ubuntu-22.04"') }}
steps:
- name: Free Disk Space (Ubuntu)
if: vars['INTEROP_TEST_RUNNER_UBUNTU'] == ''
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
with:
tool-cache: true
- uses: actions/checkout@v4
- name: Build image
run: docker build -t go-libp2p-head -f test-plans/PingDockerfile .
Expand Down

0 comments on commit 084ebf3

Please sign in to comment.