Skip to content

Commit

Permalink
add hp workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomrsantos committed Dec 3, 2023
1 parent 93925ac commit 0f8e5ff
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/interop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,17 @@ jobs:
with:
test-filter: nim-libp2p-head
extra-versions: ${{ github.workspace }}/test_head.json

run-hole-punching-interop:
name: Run hole-punch interoperability tests
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v3
- name: Build image
run: docker buildx build --load -t nim-libp2p-head -f tests/hole-punching-interop/Dockerfile .
- name: Run tests
uses: libp2p/test-plans/.github/actions/run-interop-hole-punch-test@master
with:
test-filter: rust-libp2p-head
extra-versions: ${{ github.workspace }}/hole-punching-tests/version.json
7 changes: 7 additions & 0 deletions tests/hole-punching-interop/version.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"id": "nim-libp2p-head",
"containerImageID": "nim-libp2p-head",
"transports": [
"tcp"
]
}

0 comments on commit 0f8e5ff

Please sign in to comment.