mirror of
https://github.com/libp2p/go-libp2p.git
synced 2026-04-22 16:17:19 +08:00
ci: free disk space for interop tests (#3084)
This commit is contained in:
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user