We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b452b9 commit 3b8eaecCopy full SHA for 3b8eaec
.github/workflows/interop.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Build image
30
run: docker buildx build --load -t nim-libp2p-transport-head -f interop/transport/Dockerfile .
31
- name: Run tests
32
- uses: libp2p/test-plans/.github/actions/run-transport-interop-test@master
+ uses: libp2p/test-plans/.github/actions/run-transport-interop-test@f58b7472d85aa053ce2ba8e9135bcc126a6fed3e
33
with:
34
test-filter: nim-libp2p-transport-head
35
# without suffix action fails because "hole-punching-interop" artifacts have
0 commit comments