ci: free disk space for interop tests (#3084)

This commit is contained in:
Piotr Galar
2024-12-05 12:24:18 +01:00
committed by GitHub
parent 9024f8e8c8
commit 084ebf348d
+7
View File
@@ -1,4 +1,5 @@
name: Interoperability Testing
on:
workflow_dispatch:
pull_request:
@@ -8,6 +9,7 @@ on:
- 'internal/**'
- 'p2p/**'
- 'test-plans/**'
- '.github/workflows/interop-test.yml'
push:
branches:
- "master"
@@ -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 .