mirror of https://github.com/vacp2p/nim-libp2p.git
fix(test): interop transport (#1159)
Free disk space before running the steps of interop's transport test. The original job has enough space but in our repo it crashes midway due to missing disk space. --------- Co-authored-by: kaiserd <1684595+kaiserd@users.noreply.github.com> Co-authored-by: Diego <diego@status.im>
This commit is contained in:
parent
a60f0c5532
commit
fdae9e4b42
|
@ -15,6 +15,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
|
||||
|
|
Loading…
Reference in New Issue