mirror of
https://github.com/vacp2p/nim-libp2p.git
synced 2026-01-10 12:07:54 -05:00
Compare commits
2 Commits
kad-discov
...
test-non-m
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7507bd24dc | ||
|
|
aa755d02f0 |
4
.github/workflows/interop.yml
vendored
4
.github/workflows/interop.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
- name: Build image
|
||||
run: docker buildx build --load -t nim-libp2p-head -f tests/transport-interop/Dockerfile .
|
||||
- name: Run tests
|
||||
uses: libp2p/test-plans/.github/actions/run-transport-interop-test@master
|
||||
uses: libp2p/test-plans/.github/actions/run-transport-interop-test@e4a633c42e004687e68cd2a687a628b510ffad15
|
||||
with:
|
||||
test-filter: nim-libp2p-head
|
||||
# without suffix action fails because "hole-punching-interop" artifacts have
|
||||
@@ -50,7 +50,7 @@ jobs:
|
||||
- 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
|
||||
uses: libp2p/test-plans/.github/actions/run-interop-hole-punch-test@e4a633c42e004687e68cd2a687a628b510ffad15
|
||||
with:
|
||||
test-filter: nim-libp2p-head
|
||||
extra-versions: ${{ github.workspace }}/tests/hole-punching-interop/version.json
|
||||
|
||||
Reference in New Issue
Block a user